diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/CarGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |