Remove logging message from testing
This commit is contained in:
parent
bcd58ad02f
commit
2b1e4acafe
|
@ -60,7 +60,6 @@ public class ZenPingService extends AbstractLifecycleComponent<ZenPing> implemen
|
|||
@Override
|
||||
protected void doStart() {
|
||||
for (ZenPing zenPing : zenPings) {
|
||||
logger.info("Starting ping: " + zenPing);
|
||||
zenPing.start();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue