Skip to content

v0.2.48..v0.2.49 changeset UnifyingConflator.cpp

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp
index 4846542..c38c9a9 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp
@@ -299,11 +299,8 @@ void UnifyingConflator::apply(OsmMapPtr& map)
     _replaceElementIds(replaced);
     replaced.clear();
 
-    // Enabling this may result in a lot of files being generated.
-//    if (i % 10 == 0)
-//    {
-//      OsmMapWriterFactory::writeDebugMap(map, "after-merging-" + _mergers[i]->toString().right(50));
-//    }
+    // WARNING: Enabling this could result in a lot of files being generated.
+    //OsmMapWriterFactory::writeDebugMap(map, "after-merging-" + _mergers[i]->toString().right(50));
   }
   OsmMapWriterFactory::writeDebugMap(map, "after-merging");
 
Clone this wiki locally