altosuilib: Remove debug printf in AltosSiteMapCache
authorKeith Packard <keithp@keithp.com>
Wed, 28 May 2014 09:18:41 +0000 (02:18 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 28 May 2014 09:18:41 +0000 (02:18 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosSiteMapCache.java

index c4316dabf4f5628cc26c3bddcbfcdab0b960e279..7f436ef0729b595da087f7c706098dd854fc4eca 100644 (file)
@@ -48,7 +48,6 @@ public class AltosSiteMapCache {
        private static int fetch_one(File file, String url) {
                URL u;
 
        private static int fetch_one(File file, String url) {
                URL u;
 
-               System.out.printf("Loading URL %s\n", url);
                try {
                        u = new URL(url);
                } catch (java.net.MalformedURLException e) {
                try {
                        u = new URL(url);
                } catch (java.net.MalformedURLException e) {