Cleanup: remove log

This commit is contained in:
Laurent Clouet
2014-12-16 23:16:58 +00:00
parent 64dea5796e
commit b4d64bb754

View File

@@ -281,7 +281,6 @@ public class Client {
} }
public synchronized int stop() { public synchronized int stop() {
System.out.println("Client::stop");
this.running = false; this.running = false;
this.disableErrorSending = true; this.disableErrorSending = true;