Skip to content

Commit a96eb2a

Browse files
committed
Removed System.out
1 parent 1504752 commit a96eb2a

File tree

1 file changed

+0
-3
lines changed
  • src/org/jgroups/protocols/pbcast

1 file changed

+0
-3
lines changed

src/org/jgroups/protocols/pbcast/GMS.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -916,9 +916,6 @@ protected Object handle(GmsHeader hdr, Message msg) {
916916
return null;
917917
}
918918
}
919-
920-
System.out.printf("** %s: received view: %s\n", local_addr, new_view);
921-
922919
Address coord=msg.getSrc();
923920
if(!new_view.containsMember(coord)) {
924921
sendViewAck(coord); // we need to send the ack first, otherwise the connection is removed

0 commit comments

Comments
 (0)