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