diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-19 18:22:26 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-19 18:22:26 +0000 |
| commit | 9f36196559617d4acec16d8ef54a452768e553c1 (patch) | |
| tree | 0614acb0ad7ada999aeabbb49973137e416a5f22 /lib/dvb_ci/dvbci.cpp | |
| parent | 0d8132d3512dbf77d817aa8fb6684384155b642e (diff) | |
| download | enigma2-9f36196559617d4acec16d8ef54a452768e553c1.tar.gz enigma2-9f36196559617d4acec16d8ef54a452768e553c1.zip | |
remove debug
Diffstat (limited to 'lib/dvb_ci/dvbci.cpp')
| -rw-r--r-- | lib/dvb_ci/dvbci.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index f6462620..632ab348 100644 --- a/lib/dvb_ci/dvbci.cpp +++ b/lib/dvb_ci/dvbci.cpp @@ -224,7 +224,6 @@ static bool canDescrambleMultipleServices(int slotid) snprintf(configStr, 255, "config.ci%d.canDescrambleMultipleServices", slotid); std::string str; ePythonConfigQuery::getConfigValue(configStr, str); - eDebug("str is %s", str.empty()?"empty" : str.c_str()); if ( str == "auto" ) { std::string appname = eDVBCI_UI::getInstance()->getAppName(slotid); |
