Skip to content

v0.2.54..v0.2.55 changeset PoiPolygonMatchTest.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp
index 86301f5..f1ac348 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp
@@ -784,8 +784,6 @@ public:
     uut.setReviewMultiUseBuildings(true);
 
     {
-      LOG_DEBUG("test1");
-
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -802,8 +800,6 @@ public:
     }
 
     {
-      LOG_DEBUG("test2");
-
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -820,8 +816,6 @@ public:
     }
 
     {
-      LOG_DEBUG("test3");
-
       n1->getTags()["name"] = "Honey Creek Mall";
       n1->getTags()["shop"] = "mall";
 
@@ -843,8 +837,6 @@ public:
     // be considered a building without also having building=yes, now it can be considered a
     // building with the tag alone.
     {
-      LOG_DEBUG("test4");
-
       n1->getTags()["name"] = "Honey Creek Mall";
       n1->getTags()["shop"] = "mall";
 
@@ -861,8 +853,6 @@ public:
     }
 
     {
-      LOG_DEBUG("test5");
-
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -879,8 +869,6 @@ public:
     }
 
     {
-      LOG_DEBUG("test6");
-
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -896,8 +884,6 @@ public:
     }
 
     {
-      LOG_DEBUG("test7");
-
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -913,8 +899,6 @@ public:
     }
 
     {
-      LOG_DEBUG("test8");
-
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
Clone this wiki locally