Skip to content

Commit

Permalink
Remove non-needed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Mw3y committed Mar 13, 2024
1 parent 4a8024d commit 44b1f4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ch/epfl/chacun/ZonePartition.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ public void removeOccupant(Z zone, PlayerColor color) {
*/
public void removeAllOccupantsOf(Area<Z> area) {
Preconditions.checkArgument(areas.contains(area));
System.out.println(area);
// Create a new area with no occupants
Area<Z> unoccupiedArea = area.withoutOccupants();
// Replace the area containing the given zone by the new one in the set of areas
Expand Down

0 comments on commit 44b1f4d

Please sign in to comment.