removed annoying debug

This commit is contained in:
Cheese 2015-10-09 14:04:12 +11:00
parent c03c8163c5
commit d9dd471db6

View File

@ -177,7 +177,7 @@ public class StatsManager extends MiniDbClientPlugin<PlayerStats>
} }
catch (Exception e) catch (Exception e)
{ {
System.out.println("[StatsManager] AccountId was not set for " + player.getName()); //System.out.println("[StatsManager] AccountId was not set for " + player.getName());
} }
} }
} }