From: Jan-Pascal van Best Date: Wed, 14 Mar 2012 16:34:42 +0000 (+0100) Subject: Remove debug statement X-Git-Tag: 0.5~13 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=823f26e704ce3974908bb596c9751befe373029a;p=tv_grab_nl_java Remove debug statement --- diff --git a/tv_grab_nl_java/src/org/vanbest/xmltv/Config.java b/tv_grab_nl_java/src/org/vanbest/xmltv/Config.java index 095f8c1..e5aa180 100644 --- a/tv_grab_nl_java/src/org/vanbest/xmltv/Config.java +++ b/tv_grab_nl_java/src/org/vanbest/xmltv/Config.java @@ -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(); }