Debug logging removed

This commit is contained in:
Mal 2024-09-03 11:13:57 +02:00
parent 8ae95b90d3
commit 607cdb1798
1 changed files with 0 additions and 2 deletions

View File

@ -251,8 +251,6 @@ export default class Terrain
return true;
}
console.log(x, y);
return this.fields[y][x].index > -1;
}