commented out more diag_logs

This commit is contained in:
[VB]AWOL
2014-06-02 13:40:26 -05:00
parent d88d497e16
commit e7571b072d
14 changed files with 22 additions and 20 deletions

View File

@@ -80,7 +80,7 @@ if (_finished) then {
if (_count >= _qty_in) then {
_canAfford = true;
};
diag_log format["DEBUG vehicle sell count: %1", _count];
//diag_log format["DEBUG vehicle sell count: %1", _count];
} else {
@@ -159,7 +159,7 @@ if (_finished) then {
_objects = nearestObjects [(getPosATL player), [_part_in], _distance];
diag_log format["DEBUG vehicle sell objects: %1", _objects];
//diag_log format["DEBUG vehicle sell objects: %1", _objects];
_qty = ({(typeOf _x) == _part_in} count _objects);