From 63154379c8401588f13cd7c92aa88e652acaa0a5 Mon Sep 17 00:00:00 2001 From: Chris Cardozo Date: Wed, 25 Nov 2020 09:13:11 -0500 Subject: [PATCH] Removed logging --- .../{custom_server.pbo => custom_server.pbo.bak} | Bin .../Compiles/Functions/GMS_fnc_findSafePosn_4.sqf | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename @GMS/addons/{custom_server.pbo => custom_server.pbo.bak} (100%) diff --git a/@GMS/addons/custom_server.pbo b/@GMS/addons/custom_server.pbo.bak similarity index 100% rename from @GMS/addons/custom_server.pbo rename to @GMS/addons/custom_server.pbo.bak diff --git a/@GMS/addons/custom_server/Compiles/Functions/GMS_fnc_findSafePosn_4.sqf b/@GMS/addons/custom_server/Compiles/Functions/GMS_fnc_findSafePosn_4.sqf index e3e13db..b2aa6cb 100644 --- a/@GMS/addons/custom_server/Compiles/Functions/GMS_fnc_findSafePosn_4.sqf +++ b/@GMS/addons/custom_server/Compiles/Functions/GMS_fnc_findSafePosn_4.sqf @@ -164,7 +164,7 @@ while {_coords isEqualTo []} do _minDistanceRecentMissions = _minDistanceRecentMissions * _weightRecentMissions; _coords = []; }; - [format["_fnc_findSafePosn(140) end of cycle logging: _tries = %1 | _coords = %2 | _findNew = %3",_tries,_coords,_findNew]] call blck_fnc_log; + //[format["_fnc_findSafePosn(140) end of cycle logging: _tries = %1 | _coords = %2 | _findNew = %3",_tries,_coords,_findNew]] call blck_fnc_log; }; if ((count _coords) > 2) then @@ -173,7 +173,7 @@ if ((count _coords) > 2) then _temp = [_coords select 0, _coords select 1]; _coords = _temp; }; -[format["_fnc_findSafePosn(148) final logging: _elapsedTime %3 | _tries = %1 | _coords = %2",_tries,_coords,diag_tickTime - _startTime]] call blck_fnc_log; +//[format["_fnc_findSafePosn(148) final logging: _elapsedTime %3 | _tries = %1 | _coords = %2",_tries,_coords,diag_tickTime - _startTime]] call blck_fnc_log; _coords;