Skip to content

Commit

Permalink
Removed debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DartRuffian committed Jul 19, 2024
1 parent f0d1caa commit 651a3b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/arsenal/functions/fnc_handleStats.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 651a3b7

Please sign in to comment.