Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick authored Oct 11, 2024
1 parent 5d6f4aa commit 459bcbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/explosives/functions/fnc_addDetonateActions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ private _explosivesList = [];
{_detonator == GVAR(activeTrigger)} &&
{count (_result select {(_x select 4) == getText (_detonatorConfig >> QGVAR(triggerType))}) < 2}
) then {
systemChat "true";
getText (_detonatorConfig >> "picture")
} else {
systemChat "false";
getText (_item >> "picture")
};

Expand Down

0 comments on commit 459bcbd

Please sign in to comment.