summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-14 22:23:10 -0700
committerKeith Packard <keithp@keithp.com>2014-06-14 22:23:10 -0700
commit6cad0b783f654864f0d6d8726c74605f108db3e0 (patch)
tree2fdaf2f5b629b7d432d6243219da558d40d9f5d4
parent823ef386f9dc5c5df197936f4254921f2e0282b0 (diff)
altosuilib: Remove some debugging printfs
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--altosuilib/AltosUIMapPreload.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/altosuilib/AltosUIMapPreload.java b/altosuilib/AltosUIMapPreload.java
index c91b06b8..56066d70 100644
--- a/altosuilib/AltosUIMapPreload.java
+++ b/altosuilib/AltosUIMapPreload.java
@@ -403,8 +403,6 @@ public class AltosUIMapPreload extends AltosUIFrame implements ActionListener, I
}
public AltosUIMapPreload(AltosUIFrame in_owner) {
- System.out.printf("start creating preload ui\n");
-
owner = in_owner;
Container pane = getContentPane();
@@ -605,7 +603,5 @@ public class AltosUIMapPreload extends AltosUIFrame implements ActionListener, I
pack();
setLocationRelativeTo(owner);
setVisible(true);
-
- System.out.printf("done creating preload ui\n");
}
}