From ededc9ece80ad68c8ca9d0b43f9ddb2ebab39e86 Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Tue, 16 Jan 2024 14:10:19 +1100 Subject: [PATCH] box2d.physics.space: Rid debug info. --- .../interface/source/private/box2d/box2d_physics-space.adb | 2 -- 1 file changed, 2 deletions(-) diff --git a/3-mid/physics/interface/source/private/box2d/box2d_physics-space.adb b/3-mid/physics/interface/source/private/box2d/box2d_physics-space.adb index 7c03687..c0ed7b9 100644 --- a/3-mid/physics/interface/source/private/box2d/box2d_physics-space.adb +++ b/3-mid/physics/interface/source/private/box2d/box2d_physics-space.adb @@ -463,8 +463,6 @@ is begin if the_c_Collision.near_Object /= null then - new_Line; - Put_Line ("box2d_Physics.Space.cast_Point ~ the_c_Collision.near_Object = " & the_c_Collision.near_Object'Image); the_Collision.near_Object := to_Object_view (b2d_Object_user_Data (the_c_Collision.near_Object)); end if;