From ec0f344aad4ba2c91da22a8b236c9bb40a405a81 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Fri, 23 Aug 2013 11:30:37 -0500 Subject: [PATCH] comment out diag_log --- SQF/dayz_code/compile/spawn_loot.sqf | 2 +- SQF/dayz_code/compile/spawn_loot_small.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;