removed deprecated spam: rigidbody.h needs cleaning!
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.h
index 15c4a486f62052c9d78808690134cd3592701bc1..bd4510b8aad89dd301235cad21b176e95a916d6c 100644 (file)
@@ -196,7 +196,6 @@ VG_STATIC int gate_intersect( teleport_gate *gate, v3f pos, v3f last )
 
    if( gate_intersect_plane( gate, pos, last, xy ) )
    {
-      vg_info( "%f %f\n", xy[0], xy[1] );
       if( fabsf(xy[0]) <= 1.0f && fabsf(xy[1]) <= 1.0f )
       {
          return 1;