summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/global.h b/global.h
index fa52fda..adc94ec 100644
--- a/global.h
+++ b/global.h
@@ -125,7 +125,6 @@ public:
cGlobalInfosatdata Infosatdata[EPG_DAYS+1];
void SetWakeupTime(int Time)
{
- dsyslog("infosatepg: time=%i",Time);
if (Time==-1) return;
if (wakeuptime!=-1) return; // already set
wakeuptime=Time;