Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Sep 20, 2023
1 parent efe590e commit 2174bb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/operation/distance/IndexedFacetDistance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ IndexedFacetDistance::distance(const Geometry* g) const
bool
IndexedFacetDistance::isWithinDistance(const Geometry* g, double maxDistance) const
{
std::cout << "geom dist = " << distance(g) << std::endl;

// short-circuit check
double envDist = baseGeometry.getEnvelopeInternal()->distance(*g->getEnvelopeInternal());
if (envDist > maxDistance) {
Expand Down

0 comments on commit 2174bb3

Please sign in to comment.