Skip to content

Commit

Permalink
disabled debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMl committed Jun 15, 2015
1 parent 954f394 commit e143370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/me/Aubli/ZvP/Game/ArenaArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ public ArenaArea(World world, Arena arena, List<Location> cornerPoints, List<Loc
}
}
}
// TODO remove
System.out.println("ArenaPositions:" + this.polygon.npoints + ", SpawnLocations:" + this.spawnPositions.size());
// System.out.println("ArenaPositions:" + this.polygon.npoints + ", SpawnLocations:" + this.spawnPositions.size());
}

public Arena getArena() {
Expand Down

0 comments on commit e143370

Please sign in to comment.