Remove useless log

This commit is contained in:
Laurent Clouet
2016-01-06 20:26:46 +01:00
parent 0c794ceb7e
commit 8c26f29efd
2 changed files with 1 additions and 2 deletions

View File

@@ -133,7 +133,6 @@ public class GuiSwing extends JFrame implements Gui {
@Override
public void stop() {
System.out.println("GuiSwing::stop()");
System.exit(0);
}