removing debug printline()
This commit is contained in:
parent
226a00888f
commit
7151039295
|
@ -167,7 +167,6 @@ public class SimpleAuth implements DedicatedServerModInitializer {
|
||||||
TIMER.cancel();
|
TIMER.cancel();
|
||||||
TIMER.purge();
|
TIMER.purge();
|
||||||
if (!THREADPOOL.awaitTermination(100, TimeUnit.MICROSECONDS)) {
|
if (!THREADPOOL.awaitTermination(100, TimeUnit.MICROSECONDS)) {
|
||||||
System.out.println("Still waiting...");
|
|
||||||
Thread.currentThread().interrupt();
|
Thread.currentThread().interrupt();
|
||||||
}
|
}
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
|
|
Loading…
Reference in New Issue