Skip to content

Commit 2e05fb6

Browse files
committed
remove debug code
1 parent df17431 commit 2e05fb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/xyz/webmc/originblacklist/base/OriginBlacklist.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ public final void init() {
9797
if (this.isMetricsEnabled()) {
9898
this.metrics.start();
9999
}
100-
this.plugin.scheduleRepeat(() -> {
101-
this.plugin.log(EnumLogLevel.INFO, String.valueOf(this.isMetricsEnabled()));
102-
}, 1, TimeUnit.SECONDS);
103100
}
104101

105102
public final void shutdown() {

0 commit comments

Comments
 (0)