Compare commits

...

2 Commits

Author SHA1 Message Date
Colbster937
b91b4f93e5 Merge branch 'main' of https://github.com/WebMCDevelopment/originblacklist 2026-02-05 13:36:28 -06:00
Colbster937
2e05fb6031 remove debug code 2026-02-05 13:36:23 -06:00

View File

@@ -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() {