]> www.vanbest.org Git - tv_grab_nl_java/commitdiff
Remove debug statement
authorJan-Pascal van Best <janpascal@vanbest.org>
Wed, 14 Mar 2012 16:34:42 +0000 (17:34 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Wed, 14 Mar 2012 16:34:42 +0000 (17:34 +0100)
tv_grab_nl_java/src/org/vanbest/xmltv/Config.java

index 095f8c1a218e522c6a490eed5b65cbe0b0e9e677..e5aa1802187ccbe7c98099a22b8922f4c4220867 100644 (file)
@@ -146,9 +146,8 @@ public class Config {
                        result.setChannels(channels);
                        result.cattrans = cattrans;
                        result.cacheFile = cacheFile;
-                       System.out.println("CAche file: "+cacheFile.getPath());
+                       //System.out.println("CAche file: "+cacheFile.getPath());
                } catch (IOException e) {
-                       e.printStackTrace();
                        System.out.println("Cannot read configuration file, continuing with empty configuration");
                        return getDefaultConfig();
                }