clean up debug messages

This commit is contained in:
Glowbal 2015-08-08 20:31:19 +02:00
parent c6be0bbb8c
commit c0562aaf6c
2 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@
{
if !(_x select 8 in GVAR(categories)) then {
GVAR(categories) pushback (_x select 8);
diag_log format["Category: %1", _x];
};
}foreach EGVAR(common,settings);
}] call EFUNC(common,addEventHandler);

View File

@ -27,8 +27,6 @@ lbclear _ctrlList;
_selectedCategory = GVAR(categories) select GVAR(currentCategorySelection);
systemChat format["_selectedCategory: %1", _selectedCategory];
switch (GVAR(optionMenu_openTab)) do {
case (MENU_TAB_SERVER_OPTIONS): {