mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
Remove debug code
This commit is contained in:
parent
9aa7291f26
commit
cb5392fb81
@ -576,23 +576,6 @@ public abstract class AbstractDiscordSRV<B extends IBootstrap, C extends MainCon
|
||||
|
||||
@OverridingMethodsMustInvokeSuper
|
||||
protected void disable() {
|
||||
scheduler().run(() -> {
|
||||
System.out.println(1);
|
||||
try {
|
||||
Thread.sleep(500000);
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
});
|
||||
scheduler().run(() -> {
|
||||
System.out.println(2);
|
||||
try {
|
||||
Thread.sleep(500000);
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
});
|
||||
|
||||
Status status = this.status.get();
|
||||
if (status == Status.INITIALIZED || status.isShutdown()) {
|
||||
// Hasn't started or already shutting down/shutdown
|
||||
|
Loading…
Reference in New Issue
Block a user