altosuilib: Remove some debugging printfs
[fw/altos] / 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");
        }
 }