From c0562aaf6c99f6b0ad212dbb27813ec93881fc7c Mon Sep 17 00:00:00 2001 From: Glowbal Date: Sat, 8 Aug 2015 20:31:19 +0200 Subject: [PATCH] clean up debug messages --- addons/optionsmenu/XEH_postInit.sqf | 1 - .../optionsmenu/functions/fnc_serverSettingsMenuUpdateList.sqf | 2 -- 2 files changed, 3 deletions(-) diff --git a/addons/optionsmenu/XEH_postInit.sqf b/addons/optionsmenu/XEH_postInit.sqf index 65e0f9fde2..a981c34e0b 100644 --- a/addons/optionsmenu/XEH_postInit.sqf +++ b/addons/optionsmenu/XEH_postInit.sqf @@ -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); diff --git a/addons/optionsmenu/functions/fnc_serverSettingsMenuUpdateList.sqf b/addons/optionsmenu/functions/fnc_serverSettingsMenuUpdateList.sqf index e1fecd7a1e..4a6648878a 100644 --- a/addons/optionsmenu/functions/fnc_serverSettingsMenuUpdateList.sqf +++ b/addons/optionsmenu/functions/fnc_serverSettingsMenuUpdateList.sqf @@ -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): {