remove debugging dead code

This commit is contained in:
kimchy 2010-12-30 13:14:49 +02:00
parent 51277a9486
commit 2e46add991
1 changed files with 0 additions and 3 deletions

View File

@ -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);