mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
clean up debug messages
This commit is contained in:
parent
c6be0bbb8c
commit
c0562aaf6c
@ -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);
|
||||
|
@ -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): {
|
||||
|
Loading…
Reference in New Issue
Block a user