9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-28 19:19:13 +00:00

Remove unnecessary debug

This commit is contained in:
William
2022-11-15 00:43:52 +00:00
parent bb3753b8e4
commit 30cd89c578

View File

@@ -37,7 +37,6 @@ public class BukkitEventListener extends EventListener implements BukkitJoinEven
@Override
public boolean handleEvent(@NotNull Settings.EventType type, @NotNull Settings.EventPriority priority) {
plugin.getLoggingAdapter().debug("Handling event " + type.name() + " with priority " + priority.name());
return plugin.getSettings().getEventPriority(type).equals(priority);
}