Skip to content

Commit

Permalink
chore: remove unused hikari filter
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed May 27, 2024
1 parent 749ba30 commit 88ab0b4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 54 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# 设置环境

我们提供了一个自动化格式检查系统,请使用 `mvn configure` 进行初始化。
我们提供了一个自动化格式检查系统,请使用 `mvn install` 进行初始化。

本项目已经提供 `.editorconfig` 用于控制代码样式。如果你有自己的代码样式风格,请在对本仓库进行贡献前切换为当前仓库的风格配置。

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<executions>
<execution>
<goals>
<goal>configure</goal>
<goal>install</goal>
</goals>
</execution>
</executions>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/city/norain/slimefun4/SlimefunExtended.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package city.norain.slimefun4;

import city.norain.slimefun4.listener.SlimefunMigrateListener;
import city.norain.slimefun4.utils.HikariLogFilter;
import io.github.thebusybiscuit.slimefun4.implementation.Slimefun;
import java.util.logging.Level;
import javax.annotation.Nonnull;
Expand All @@ -16,7 +15,6 @@ public final class SlimefunExtended {
private static void checkDebug() {
if ("true".equals(System.getProperty("slimefun.database.debug"))) {
databaseDebugMode = true;
HikariLogFilter.registerFilter(org.apache.logging.log4j.Level.DEBUG);
}
}

Expand Down
50 changes: 0 additions & 50 deletions src/main/java/city/norain/slimefun4/utils/HikariLogFilter.java

This file was deleted.

0 comments on commit 88ab0b4

Please sign in to comment.