Skip to content

v0.2.49..v0.2.50 changeset IndexElementsVisitor.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/IndexElementsVisitor.cpp b/hoot-core/src/main/cpp/hoot/core/visitors/IndexElementsVisitor.cpp
index 50607af..9e5ad23 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/IndexElementsVisitor.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/IndexElementsVisitor.cpp
@@ -140,7 +140,8 @@ set<ElementId> IndexElementsVisitor::findNeighbors(
     }
   }
 
-  LOG_VART(neighborIds);
+  //LOG_VART(neighborIds);
+  LOG_VART(neighborIds.size());
   return neighborIds;
 }
 
Clone this wiki locally