Skip to content

Commit

Permalink
remove stray log
Browse files Browse the repository at this point in the history
  • Loading branch information
YouHaveTrouble committed Nov 5, 2023
1 parent 9a5820b commit 350f505
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public void PlayerCommandSendEvent(org.bukkit.event.player.PlayerCommandPreproce
String caseSensitiveLabel = CommandUtil.getCommandLabel(event.getMessage());
String label = caseSensitiveLabel.toLowerCase();

CommandWhitelistBukkit.getPlugin().getLogger().info("Message after: "+event.getMessage());
BukkitAudiences audiences = CommandWhitelistBukkit.getAudiences();
ConfigCache config = CommandWhitelistBukkit.getConfigCache();

Expand Down

0 comments on commit 350f505

Please sign in to comment.