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
|
@Override
|
||||||
protected void doStart() {
|
protected void doStart() {
|
||||||
for (ZenPing zenPing : zenPings) {
|
for (ZenPing zenPing : zenPings) {
|
||||||
logger.info("Starting ping: " + zenPing);
|
|
||||||
zenPing.start();
|
zenPing.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue