removing debug printline()

This commit is contained in:
samo_lego 2020-08-31 14:33:40 +02:00 committed by GitHub
parent 226a00888f
commit 7151039295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 {
));
}
}
}
}