From 2506636938a169b0a66dd7d76f0edaaa4bf37d46 Mon Sep 17 00:00:00 2001 From: icomrade Date: Tue, 27 May 2014 12:47:54 -0400 Subject: [PATCH] Remove logging --- SQF/dayz_code/init/loot_init.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/init/loot_init.sqf b/SQF/dayz_code/init/loot_init.sqf index 58aa5cd62..55df7f16d 100644 --- a/SQF/dayz_code/init/loot_init.sqf +++ b/SQF/dayz_code/init/loot_init.sqf @@ -42,7 +42,7 @@ for "_i" from 0 to ((count _config) - 1) do { _itemCountSmall = count _itemChancesSmall; - diag_log format["loot_init.sqf %1", _itemChancesSmall]; + //diag_log format["loot_init.sqf %1", _itemChancesSmall]; if (_itemCountSmall > 0) then { if (dayzE_CBLSBase find _classname < 0) then {