Removed debug messages

This commit is contained in:
Michael Braun 2015-08-23 17:54:10 +02:00
parent 20b45e10a4
commit 021c835b02
2 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@ _deleted = 0;
} forEach GVAR(allBullets);
if (GVAR(allBullets) isEqualTo []) then {
diag_log "Remove PFH";
[_this select 1] call CBA_fnc_removePerFrameHandler;
GVAR(BulletPFH) = nil;
};

View File

@ -124,6 +124,5 @@ _aceTimeSecond = floor ACE_time;
GVAR(allBullets) pushBack [_bullet, _caliber, _bulletTraceVisible, GVAR(currentbulletID)];
if (isNil QGVAR(BulletPFH)) then {
diag_log "Add PFH";
GVAR(BulletPFH) = [FUNC(handleFirePFH), GVAR(simulationInterval), []] call CBA_fnc_addPerFrameHandler;
};