Skip to content

v0.2.54..v0.2.55 changeset RemoveElementByEid.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.cpp b/hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.cpp
index 53a9158..4240081 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.cpp
@@ -48,6 +48,8 @@ _doCheck(doCheck),
 _removeNodeFully(true),
 _removeOnlyUnusedNodes(false)
 {
+  LOG_VART(_eIdToRemove);
+  LOG_VART(_doCheck);
 }
 
 void RemoveElementByEid::apply(OsmMapPtr& map)
Clone this wiki locally