From: Andreas Monzner Date: Wed, 19 Jul 2006 18:22:26 +0000 (+0000) Subject: remove debug X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=9f36196559617d4acec16d8ef54a452768e553c1 remove debug --- diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index f646262..632ab34 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);