remove debug
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 19 Jul 2006 18:22:26 +0000 (18:22 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 19 Jul 2006 18:22:26 +0000 (18:22 +0000)
lib/dvb_ci/dvbci.cpp

index f646262..632ab34 100644 (file)
@@ -224,7 +224,6 @@ static bool canDescrambleMultipleServices(int slotid)
        snprintf(configStr, 255, "config.ci%d.canDescrambleMultipleServices", slotid);
        std::string str;
        ePythonConfigQuery::getConfigValue(configStr, str);
        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);
        if ( str == "auto" )
        {
                std::string appname = eDVBCI_UI::getInstance()->getAppName(slotid);