From: Andreas Monzner Date: Wed, 19 Jul 2006 18:22:26 +0000 (+0000) Subject: remove debug X-Git-Tag: 2.6.0~3149 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9f36196559617d4acec16d8ef54a452768e553c1 remove debug --- 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);