-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.48..v0.2.49 changeset RemoveTagsVisitor.cpp
Garret Voltz edited this page Oct 2, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.cpp b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.cpp
index 320ba8b..f1570b3 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.cpp
@@ -52,8 +52,6 @@ _numTagsRemoved(0)
void RemoveTagsVisitor::setConfiguration(const Settings& conf)
{
- // TODO: We could also add support for chained criteria here like in RemoveElementsVisitor
-
ConfigOptions configOptions(conf);
_keys = configOptions.getTagFilterKeys();
LOG_VART(_keys);