summaryrefslogtreecommitdiff
path: root/tvguideosd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tvguideosd.c')
-rw-r--r--tvguideosd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tvguideosd.c b/tvguideosd.c
index 01fcbe6..cbd364a 100644
--- a/tvguideosd.c
+++ b/tvguideosd.c
@@ -120,10 +120,6 @@ void cTvGuideOsd::Show(void) {
myTime = new cMyTime();
myTime->Now();
SwitchTimers.Load(AddDirectory(cPlugin::ConfigDirectory("epgsearch"), "epgsearchswitchtimers.conf"));
- cSwitchTimer *st = NULL;
- for (st = SwitchTimers.First(); st; st = SwitchTimers.Next(st)) {
- esyslog("tvguide: switchtimer eventID %d time %ld", st->eventID, st->startTime);
- }
recMenuManager = new cRecMenuManager();
drawOsd();
}
@@ -694,4 +690,4 @@ void cTvGuideOsd::dump() {
for (cChannelColumn *col = columns.First(); col; col = columns.Next(col)) {
col->dumpGrids();
}
-} \ No newline at end of file
+}