Remove debug log
This commit is contained in:
@@ -190,8 +190,7 @@ public class GuiSwing extends JFrame implements Gui {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (GuiSwing.this.client != null) {
|
if (GuiSwing.this.client != null) {
|
||||||
int ret = GuiSwing.this.client.run();
|
GuiSwing.this.client.run();
|
||||||
System.out.println("Client.run return " + ret);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user