Remove debug line

This commit is contained in:
Telesphoreo 2022-08-02 17:29:39 -05:00
parent 16e29b80a7
commit ed70a0ec8b
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ public class CommandListener extends PlexListener
return player.isCommandSpy() && hasCommandSpy(plugin.getPlayerCache().getPlexPlayer(pl.getUniqueId()));
}).forEach(pl ->
{
System.out.println("Sending to " + pl.getUniqueId());
Player player = event.getPlayer();
String command = event.getMessage();
if (!pl.getUniqueId().equals(player.getUniqueId()))