Statistics loadable / installable in Karaf
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / yang / gen / v1 / urn / opendaylight / params / xml / ns / yang / openflow / _switch / connection / provider / impl / rev140328 / StatisticsCollectionModule.java
index ff686c16439f89b10c6ee9a1acbcdcf478bbb0ef..5de0a75f2d65c83c224090f38191babefba0f4a5 100644 (file)
@@ -50,10 +50,7 @@ public class StatisticsCollectionModule extends org.opendaylight.yang.gen.v1.urn
                     return 0;
                 }
             };
-        } else {
-            LOGGER.error("STATISTICS ARE NULL");
         }
-        LOGGER.error("config " + statsConfig);
         if (statsConfig != null) {
             statsCounter.startCounting(statsConfig.getStatisticsCollect(), statsConfig.getLogReportDelay());
         } else {