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

@@ -148,7 +148,7 @@ eh_localCleanup = {
deleteVehicle _unit;
deleteGroup _myGroupUnit;
//_unit = nil;
diag_log ("CLEANUP: DELETED A " + str(_type) );
// diag_log ("CLEANUP: DELETED A " + str(_type) );
};
}];
};