Skip to content

Commit

Permalink
Removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Jul 24, 2024
1 parent bf29a1e commit aceee86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cScripts/functions/systems/fn_training_addTargetComputer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ params [
];

{
diag_log _x;
_x setVariable ["BIS_poppingEnabled", false];
_x setVariable ["BIS_isPopping", false];
_x addEventHandler ["HitPart", {
Expand Down Expand Up @@ -64,4 +63,4 @@ params [
},
{},
[_targets], 0, nil, false, false
] call BIS_fnc_holdActionAdd;
] call BIS_fnc_holdActionAdd;

0 comments on commit aceee86

Please sign in to comment.