Remove log
This commit is contained in:
@@ -161,10 +161,7 @@ public class GuiSwing extends JFrame implements Gui {
|
|||||||
notifyAll();
|
notifyAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (threadClient != null && threadClient.isAlive()) {
|
if (threadClient == null || threadClient.isAlive() == false) {
|
||||||
System.out.println("Old thread client is alive, do not regenerate one");
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
threadClient = new ThreadClient();
|
threadClient = new ThreadClient();
|
||||||
threadClient.start();
|
threadClient.start();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user