Skip to content

Commit 19e5f67

Browse files
committed
remove more useless logging
1 parent 0109b75 commit 19e5f67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/ignition/math/detail/Sphere.hh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ T Sphere<T>::VolumeBelow(const Planed &_plane) const
103103
// get nearest point to center on plane
104104
auto dist = _plane.Distance(Vector3d(0, 0, 0));
105105

106-
std::cout << dist << "\n";
107-
108106
if(dist < -r)
109107
{
110108
// sphere is completely below plane

0 commit comments

Comments
 (0)