Remove debug log

This commit is contained in:
Laurent Clouet
2015-01-28 19:52:40 +00:00
parent 37cfcd8750
commit 7a0c266dc1

View File

@@ -190,8 +190,7 @@ public class GuiSwing extends JFrame implements Gui {
@Override
public void run() {
if (GuiSwing.this.client != null) {
int ret = GuiSwing.this.client.run();
System.out.println("Client.run return " + ret);
GuiSwing.this.client.run();
}
}
}