mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-03-22 21:37:42 +00:00
remove debug code
This commit is contained in:
@@ -97,9 +97,6 @@ public final class OriginBlacklist {
|
|||||||
if (this.isMetricsEnabled()) {
|
if (this.isMetricsEnabled()) {
|
||||||
this.metrics.start();
|
this.metrics.start();
|
||||||
}
|
}
|
||||||
this.plugin.scheduleRepeat(() -> {
|
|
||||||
this.plugin.log(EnumLogLevel.INFO, String.valueOf(this.isMetricsEnabled()));
|
|
||||||
}, 1, TimeUnit.SECONDS);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public final void shutdown() {
|
public final void shutdown() {
|
||||||
|
|||||||
Reference in New Issue
Block a user