Remove log

This commit is contained in:
Laurent Clouet
2015-06-06 00:44:30 +01:00
parent 0aac6d8732
commit fbf5b430b5

View File

@@ -161,10 +161,7 @@ public class GuiSwing extends JFrame implements Gui {
notifyAll();
}
if (threadClient != null && threadClient.isAlive()) {
System.out.println("Old thread client is alive, do not regenerate one");
}
else {
if (threadClient == null || threadClient.isAlive() == false) {
threadClient = new ThreadClient();
threadClient.start();
}