Removed debug message.

This commit is contained in:
Tux 2014-08-09 23:18:23 -04:00
parent b37566b47f
commit d3b2f3f10b
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ public class DataManager implements Listener {
return;
// For now we will just invalidate the caches. In a future version the action scope will be expanded ;)
plugin.getLogger().info("Invaliding player " + message.getTarget() + " from PubSub");
invalidate(message.getTarget());
}