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:
parent
521a41f028
commit
fb52cfd504
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue