altosuilib: Remove some debugging printfs
authorKeith Packard <keithp@keithp.com>
Sun, 15 Jun 2014 05:23:10 +0000 (22:23 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 15 Jun 2014 05:23:10 +0000 (22:23 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosUIMapPreload.java

index c91b06b8b1e197fd42d3b14b3959a47655870ab6..56066d70b25764a3ad0fb661112172123c82caa9 100644 (file)
@@ -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");
        }
 }