Skip to content

Commit

Permalink
remove more useless logging
Browse files Browse the repository at this point in the history
  • Loading branch information
arjo129 committed Aug 30, 2021
1 parent 0109b75 commit 19e5f67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/ignition/math/detail/Sphere.hh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ T Sphere<T>::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
Expand Down

0 comments on commit 19e5f67

Please sign in to comment.