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