remove debug
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 30 Nov 2006 12:51:35 +0000 (12:51 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 30 Nov 2006 12:51:35 +0000 (12:51 +0000)
lib/service/servicedvb.cpp

index 1264b87..7f17fc8 100644 (file)
@@ -174,7 +174,6 @@ int eStaticServiceDVBBouquetInformation::isPlayable(const eServiceReference &ref
                {
                        ((const eServiceReferenceDVB&)*it).getChannelID(chid);
                        int tmp=res->canAllocateChannel(chid, chid_ignore);
-                       eDebug("%d %s", tmp, it->toString().c_str());
                        if (tmp > cur)
                        {
                                m_playable_service = *it;