From: Andreas Monzner Date: Thu, 30 Nov 2006 12:51:35 +0000 (+0000) Subject: remove debug X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=bc2f8b7dcdacde72c1f06dcb5bd9672094b17ed5 remove debug --- diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 1264b87..7f17fc8 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -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;