altosui: Remove a bunch of sitemap debugging printfs
[fw/altos] / altosui / AltosSiteMapPreload.java
index 25133435ca1dbc695086c43ec93629f24cd01401..c97f081c59d12eabe4b06fe5bd313ec57a2833a6 100644 (file)
@@ -145,7 +145,6 @@ public class AltosSiteMapPreload extends JDialog implements ActionListener {
 
                public updatePbar(int x, int y, String in_s) {
                        n = (x + radius) + (y + radius) * width + 1;
-                       System.out.printf("update pbar %d\n", n);
                        s = in_s;
                }