Skip to content

v0.2.47..v0.2.48 changeset AttributeComparatorTest.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/scoring/AttributeComparatorTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/scoring/AttributeComparatorTest.cpp
index e66da7e..dcffd88 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/scoring/AttributeComparatorTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/scoring/AttributeComparatorTest.cpp
@@ -80,9 +80,6 @@ public:
     AttributeComparator uut(map, map2);
     uut.setIterations(10);
     uut.compareMaps();
-//    LOG_INFO("mean: " << uut.getMeanScore());
-//    LOG_INFO("ci: " << uut.getConfidenceInterval());
-//    Log::getInstance().setLevel(Log::Warn);
 
     CPPUNIT_ASSERT_DOUBLES_EQUAL(0.57142, uut.getMeanScore(), 0.001);
     CPPUNIT_ASSERT_DOUBLES_EQUAL(0.1175, uut.getConfidenceInterval(), 0.001);
Clone this wiki locally