[geos-commits] [SCM] GEOS branch 3.12 updated. 2174bb3424511fdac3e1308ed320098cd162ff31

git at osgeo.org git at osgeo.org
Wed Sep 20 16:53:38 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, 3.12 has been updated
       via  2174bb3424511fdac3e1308ed320098cd162ff31 (commit)
      from  efe590e6c49a25f5fe10aca2eab2e12a79d64f0a (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 2174bb3424511fdac3e1308ed320098cd162ff31
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Sep 20 16:53:12 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