Removed additional debug logging

This commit is contained in:
Collin Smith
2019-12-03 20:51:54 -08:00
parent d43dcf4116
commit 20dc30409d

View File

@ -1013,7 +1013,6 @@ public class Map implements Disposable {
DT1.Tile tile = zone.tiles[layer][zone.tileIndex(tx, ty)] = zone.dt1s.get(cell);
// FIXME: These are "empty"/"unknown" tiles, in caves, they fill in the gaps
if (tile == null) System.out.println(cell.orientation + ":" + cell.mainIndex + ":" + cell.subIndex + ": " + cell.prop1() + " " + cell.prop2() + " " + cell.prop3() + " " + cell.prop4());
if (tile == null) {
continue;
}