diff --git a/addons/csw/functions/fnc_compatibleMagazines.sqf b/addons/csw/functions/fnc_compatibleMagazines.sqf index 7357becd0c..2c8e3a090b 100644 --- a/addons/csw/functions/fnc_compatibleMagazines.sqf +++ b/addons/csw/functions/fnc_compatibleMagazines.sqf @@ -22,8 +22,6 @@ if !((typeOf _csw) in GVAR(initializedStaticTypes)) exitWith {createHashMap}; // fast exit for csw with single weapon, most common scenario if (count allTurrets _csw isEqualTo 1 && {count weapons _csw isEqualTo 1}) exitWith { - systemChat "has single weapon"; - systemChat str (weapons _csw); GVAR(compatibleMagsCache) get ((weapons _csw) select 0) // return }; diff --git a/addons/csw/script_component.hpp b/addons/csw/script_component.hpp index 42b292c17e..905510555a 100644 --- a/addons/csw/script_component.hpp +++ b/addons/csw/script_component.hpp @@ -4,7 +4,7 @@ // #define FAST_PROGRESSBARS // #define DEBUG_MODE_FULL -// #define DISABLE_COMPILE_CACHE +#define DISABLE_COMPILE_CACHE // #define ENABLE_PERFORMANCE_COUNTERS #ifdef DEBUG_ENABLED_CSW