Removed debug lines

This commit is contained in:
DartRuffian 2024-07-19 00:38:50 -05:00
parent f0d1caada6
commit 651a3b7b70

View File

@ -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;