mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user