diff options
-rw-r--r-- | smarttvweb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smarttvweb.c b/smarttvweb.c index 9e3269e..a490135 100644 --- a/smarttvweb.c +++ b/smarttvweb.c @@ -128,7 +128,7 @@ bool cPluginSmartTvWeb::SetupParse(const char *Name, const char *Value) #if VDRVERSNUM > 10300 cString cPluginSmartTvWeb::Active(void) { - esyslog("SmartTvWeb: Active called Checkme"); + // esyslog("SmartTvWeb: Active called Checkme"); if (mServer.isServing()) return tr("SmartTV client(s) serving"); else |