Remove debug output from pmListener

This commit is contained in:
Steven Scott 2012-11-25 10:37:23 -08:00
parent ba44fbf4f2
commit 921d289fc2

View File

@ -19,7 +19,5 @@ public class pmListener implements PluginMessageListener {
// Teleport the player to their destination portal // Teleport the player to their destination portal
dest.teleport(player, dest, null); dest.teleport(player, dest, null);
Stargate.debug("PML", "Recieved message: " + new String(message) + " Player: " + player.getName());
} }
} }