Skip to content

Commit

Permalink
omfg remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusselwurm committed Jul 20, 2020
1 parent 964019a commit 35437ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/legacy/functions/fnc_handleAnimation.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

params ["_unit", "_animation"];

systemChat format["_animation: %1", _animation];
// systemChat format["_animation: %1", _animation];

if ((toLower _animation) in ["gesturefreeze", "ace_gestures_hold", "ace_gestures_holdstandlowered"]) exitWith {
[_unit] call FUNC(handleGestureStop);
Expand Down

0 comments on commit 35437ae

Please sign in to comment.