diff --git a/addons/arsenal/functions/fnc_handleStats.sqf b/addons/arsenal/functions/fnc_handleStats.sqf index 496d360db2..0a93730599 100644 --- a/addons/arsenal/functions/fnc_handleStats.sqf +++ b/addons/arsenal/functions/fnc_handleStats.sqf @@ -157,13 +157,11 @@ private _fnc_handleStats = { _statsTextCtrl ctrlSetFade 0; _height = _height + (ctrlTextHeight _statsTextCtrl); - systemChat format ["_showText: %1", _height]; } else { _statsTextCtrl ctrlSetFade 1; }; _height = _height + 10; - systemChat format ["main loop: %1", _height]; { _x ctrlCommit 0;