diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp
index d0ea0c7..32f5a7c 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp
@@ -101,6 +101,7 @@ void CookieCutter::cut(OsmMapPtr& cutterShapeOutlineMap, OsmMapPtr& doughMap)
OsmMapPtr cookieCutMap = doughMap;
// clean up any ugly bits left over
+ // TODO: This can be removed now, since its already happening in MapCropper, right?
SuperfluousWayRemover::removeWays(cookieCutMap);
SuperfluousNodeRemover::removeNodes(cookieCutMap);