We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85f5c6 commit ba5b9f5Copy full SHA for ba5b9f5
java/sage/EPG.java
@@ -703,7 +703,7 @@ public void run()
703
//******TEMP*****check out some variables
704
//if (Sage.DBG) System.out.println("EPG****** within syncronized for loop i:" + i + " minWait:" + minWait + " currWait:" + currWait);
705
706
- if (Sage.DBG) System.out.println(sources.elementAt(i) + " needs an update in " + Sage.durFormat(currWait));
+ //if (Sage.DBG) System.out.println(sources.elementAt(i) + " needs an update in " + Sage.durFormat(currWait));
707
}
708
709
if(Sage.getBoolean("sdepg_core/bypassEPGUpdates", false)){
0 commit comments