Remove logging message from testing

This commit is contained in:
Ryan Ernst 2015-08-20 17:08:44 -07:00
parent bcd58ad02f
commit 2b1e4acafe
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ public class ZenPingService extends AbstractLifecycleComponent<ZenPing> implemen
@Override @Override
protected void doStart() { protected void doStart() {
for (ZenPing zenPing : zenPings) { for (ZenPing zenPing : zenPings) {
logger.info("Starting ping: " + zenPing);
zenPing.start(); zenPing.start();
} }
} }