remove debugging dead code
This commit is contained in:
parent
51277a9486
commit
2e46add991
|
@ -93,9 +93,6 @@ public interface ZenPing extends LifecycleComponent<ZenPing> {
|
|||
|
||||
@Override public void writeTo(StreamOutput out) throws IOException {
|
||||
clusterName.writeTo(out);
|
||||
if (target == null) {
|
||||
System.out.println("ARGH!");
|
||||
}
|
||||
target.writeTo(out);
|
||||
if (master == null) {
|
||||
out.writeBoolean(false);
|
||||
|
|
Loading…
Reference in New Issue