diff options
author | thlo <smarttv640@gmail.com> | 2013-07-29 22:11:20 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-07-29 22:11:20 +0200 |
commit | d65c9ca88b6058943d3b75a060ba957ec316f5c8 (patch) | |
tree | f3d15739cebcccfceaf91acd94e62631f2fd0181 | |
parent | 1f3fe82d06dcde25006eb83334ce9455365a1a4e (diff) | |
download | vdr-plugin-smarttvweb-d65c9ca88b6058943d3b75a060ba957ec316f5c8.tar.gz vdr-plugin-smarttvweb-d65c9ca88b6058943d3b75a060ba957ec316f5c8.tar.bz2 |
Cleanup
-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 |