Skip to content

v0.2.54..v0.2.55 changeset PoiPolygonReviewReducer.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.cpp
index 06a10d0..dc5d4b4 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.cpp
@@ -100,7 +100,7 @@ bool PoiPolygonReviewReducer::_nonDistanceSimilaritiesPresent() const
 
 bool PoiPolygonReviewReducer::triggersRule(ConstNodePtr poi, ConstElementPtr poly)
 {
-  LOG_DEBUG("Checking review reduction rules...");
+  LOG_TRACE("Checking review reduction rules...");
   _triggeredRuleDescription = "";
   //QElapsedTimer timer;
   //const int timingThreshold = 1000000;  //nanosec
Clone this wiki locally