From 8f2261acddc3b3b049a941605dc9963c6a0efcd5 Mon Sep 17 00:00:00 2001 From: ulteq Date: Sun, 12 Apr 2015 16:19:39 +0200 Subject: [PATCH] Removed debug output --- addons/winddeflection/functions/fnc_updateTrajectoryPFH.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/winddeflection/functions/fnc_updateTrajectoryPFH.sqf b/addons/winddeflection/functions/fnc_updateTrajectoryPFH.sqf index d629d80d1b..9859f330dd 100644 --- a/addons/winddeflection/functions/fnc_updateTrajectoryPFH.sqf +++ b/addons/winddeflection/functions/fnc_updateTrajectoryPFH.sqf @@ -15,8 +15,6 @@ */ #include "script_component.hpp" -systemChat format["WD_simulationInterval: %1", GVAR(simulationInterval)]; - [{ private ["_bullet", "_airFriction", "_args", "_deltaT", "_bulletVelocity", "_bulletSpeed", "_trueVelocity", "_trueVelocity", "_dragRef", "_drag", "_accelRef", "_accel"];