Skip to content
Snippets Groups Projects
Commit 7badcf9b authored by Yanis O's avatar Yanis O
Browse files

Suppression d'un print de debug

parent 8b8dd77b
No related branches found
No related tags found
No related merge requests found
Pipeline #40647 passed
...@@ -115,7 +115,6 @@ public class FireFighterScenario extends EntityScenario implements Board<Square> ...@@ -115,7 +115,6 @@ public class FireFighterScenario extends EntityScenario implements Board<Square>
// Check if it's time to spawn an AirTanker // Check if it's time to spawn an AirTanker
if (this.step % this.turnsToSpawnAirTanker == 0) { if (this.step % this.turnsToSpawnAirTanker == 0) {
System.out.println("apparation");
// Spawn an AirTanker at a random edge position // Spawn an AirTanker at a random edge position
spawnAirTanker(changedPositions); spawnAirTanker(changedPositions);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment