From 7d009d26ca245c3ba4b02426090d6ca857cac666 Mon Sep 17 00:00:00 2001 From: Brandon Danyluk Date: Sat, 11 Dec 2021 22:03:10 -0700 Subject: [PATCH] remove debug --- addons/spike/functions/fnc_camera_update.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/spike/functions/fnc_camera_update.sqf b/addons/spike/functions/fnc_camera_update.sqf index 3c3eab06b1..fe80bbe8cf 100644 --- a/addons/spike/functions/fnc_camera_update.sqf +++ b/addons/spike/functions/fnc_camera_update.sqf @@ -149,8 +149,6 @@ if (_cameraAzimuth > _maxGimbalX) then { _maxDirection = (direction _projectile) - _maxGimbalX; }; - systemChat str _maxDirection; - if (_maxDirection >= 360) then { _maxDirection = _maxDirection - 360; };