cleanup: remove some debug code left in from a previous commit

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@822 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-09-01 16:32:38 +00:00
parent 521a41f028
commit fb52cfd504

View file

@ -1093,13 +1093,6 @@ public class MainWindow extends JFrame
ZoneStatus z = engine.queryZoneStatus(xpos, ypos);
notificationPane.showZoneStatus(engine, xpos, ypos, z);
TileSpec ts = Tiles.get(engine.getTile(xpos, ypos) & TileConstants.LOMASK);
if (ts != null) {
System.out.println("owner: "+ts.owner);
System.out.println(" x: "+ts.ownerOffsetX);
System.out.println(" y: "+ts.ownerOffsetY);
}
}
private void doZoom(int dir, Point mousePt)