From 823f26e704ce3974908bb596c9751befe373029a Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Wed, 14 Mar 2012 17:34:42 +0100 Subject: [PATCH] Remove debug statement --- tv_grab_nl_java/src/org/vanbest/xmltv/Config.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); } -- 2.39.5