[geos-commits] [SCM] GEOS branch main updated. bd633c61869573b0d4066792d6d27f8e1241cd90

git at osgeo.org git at osgeo.org
Wed Sep 20 16:53:41 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  bd633c61869573b0d4066792d6d27f8e1241cd90 (commit)
      from  becd2d9e09ed891faaa0b8711d3c3fdf84dc1fe4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bd633c61869573b0d4066792d6d27f8e1241cd90
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Sep 20 15:46:52 2023 -0700

    Remove debugging output

diff --git a/src/operation/distance/IndexedFacetDistance.cpp b/src/operation/distance/IndexedFacetDistance.cpp
index d49012088..a8fe23415 100644
--- a/src/operation/distance/IndexedFacetDistance.cpp
+++ b/src/operation/distance/IndexedFacetDistance.cpp
@@ -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) {

-----------------------------------------------------------------------

Summary of changes:
 src/operation/distance/IndexedFacetDistance.cpp | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list