From 6dfb2ca79ed5c1f3f90d3e581bee24e576d709c0 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 28 Jul 2019 13:38:25 +0300 Subject: fix debug message --- src/control/CarGen.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/control/CarGen.cpp b/src/control/CarGen.cpp index 876ba1ae..f9e9638b 100644 --- a/src/control/CarGen.cpp +++ b/src/control/CarGen.cpp @@ -184,7 +184,6 @@ bool CCarGenerator::CheckIfWithinRangeOfAnyPlayer() return false; if (distance < nearclip) return false; - debug("Value to test: %f\n", DotProduct2D(direction, FindPlayerSpeed())); return DotProduct2D(direction, FindPlayerSpeed()) <= 0; } -- cgit v1.2.3