Debug logging removed
This commit is contained in:
parent
8ae95b90d3
commit
607cdb1798
|
@ -251,8 +251,6 @@ export default class Terrain
|
|||
return true;
|
||||
}
|
||||
|
||||
console.log(x, y);
|
||||
|
||||
return this.fields[y][x].index > -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue