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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user