v0.2.48..v0.2.49 changeset UnifyingConflator.cpp - ngageoint/hootenanny GitHub Wiki

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");
 
⚠️ **GitHub.com Fallback** ⚠️