diff --git a/SQF/dayz_code/compile/spawn_loot.sqf b/SQF/dayz_code/compile/spawn_loot.sqf index 672e8cc4a..7e14fb164 100644 --- a/SQF/dayz_code/compile/spawn_loot.sqf +++ b/SQF/dayz_code/compile/spawn_loot.sqf @@ -3,7 +3,7 @@ private ["_iItem","_iClass","_iPos","_radius","_item","_itemTypes","_index","_we _iItem = _this select 0; _iClass = _this select 1; -diag_log format["DEBUG spawn loot class: %1", _iClass]; +//diag_log format["DEBUG spawn loot class: %1", _iClass]; _iPos = _this select 2; _radius = _this select 3; diff --git a/SQF/dayz_code/compile/spawn_loot_small.sqf b/SQF/dayz_code/compile/spawn_loot_small.sqf index faed74cfb..cf4de824d 100644 --- a/SQF/dayz_code/compile/spawn_loot_small.sqf +++ b/SQF/dayz_code/compile/spawn_loot_small.sqf @@ -3,7 +3,7 @@ private ["_iItem","_iClass","_iPos","_radius","_item","_itemTypes","_index","_we _iItem = _this select 0; _iClass = _this select 1; -diag_log format["DEBUG spawn loot class: %1", _iClass]; +//diag_log format["DEBUG spawn loot class: %1", _iClass]; _iPos = _this select 2; _radius = _this select 3;