Let's leave out the printlns...

This commit is contained in:
garbagemule 2013-08-15 03:46:49 +02:00
parent 03c0ecc651
commit d92e3e8925

View File

@ -85,7 +85,6 @@ public class ArenaMasterImpl implements ArenaMaster
public Arena getSelectedArena() {
if (selectedArena == null && !arenas.isEmpty()) {
System.out.println("SELECTED ARENA IS NULL! ARENAS: " + arenas.size());
selectedArena = arenas.get(0);
}
return selectedArena;