From 19e5f675421853041261fef408c810562c2a25c3 Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Mon, 30 Aug 2021 08:26:22 +0800 Subject: [PATCH] remove more useless logging --- include/ignition/math/detail/Sphere.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ignition/math/detail/Sphere.hh b/include/ignition/math/detail/Sphere.hh index 1c7c075da..4c91a1b2f 100644 --- a/include/ignition/math/detail/Sphere.hh +++ b/include/ignition/math/detail/Sphere.hh @@ -103,8 +103,6 @@ T Sphere::VolumeBelow(const Planed &_plane) const // get nearest point to center on plane auto dist = _plane.Distance(Vector3d(0, 0, 0)); - std::cout << dist << "\n"; - if(dist < -r) { // sphere is completely below plane