From: Andreas Monzner Date: Sat, 29 Oct 2005 15:07:16 +0000 (+0000) Subject: remove more comments X-Git-Tag: 2.6.0~5429 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a8a7dc1baea8931584c1798e65c88fe157a73064 remove more comments --- diff --git a/lib/dvb/db.cpp b/lib/dvb/db.cpp index 98c15820..04c03b94 100644 --- a/lib/dvb/db.cpp +++ b/lib/dvb/db.cpp @@ -408,7 +408,6 @@ void eDVBDB::loadBouquet(const char *path) char buf[256]; snprintf(buf, 256, "(type == %d) FROM BOUQUET \"%s\" ORDER BY bouquet", tmp.data[0], str.c_str()); tmp.path = buf; - eDebug("read bouquet %s", tmp.toString().c_str()); } list.push_back(tmp); e = &list.back(); @@ -514,13 +513,11 @@ RESULT eDVBDB::getBouquet(const eServiceReference &ref, const eBouquet* &bouquet if ( pos != std::string::npos ) { str.erase(0, pos+14); - eDebug("str now %s", str.c_str()); pos = str.find('"'); if ( pos != std::string::npos ) str.erase(pos); else str.clear(); - eDebug("str now %s", str.c_str()); } if (str.empty()) {