mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Fjerner debugging output for lasere
This commit is contained in:
parent
8802a0841a
commit
ddf1b89ffa
@ -538,7 +538,6 @@ public class Board {
|
||||
*/
|
||||
private void updateLaserDisplay(List<Position> laserTargets, Direction laserDirection, WallType laserType) {
|
||||
for (Position laserTarget : laserTargets) {
|
||||
System.out.println(laserTarget);
|
||||
updateLaserBeamOnParticleGrid(laserTarget, laserDirection, laserType);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user