beautify bottombar.png
[enigma2.git] / lib / dvb / db.cpp
index 6f30253afe17029a591df1d43d650137ec1b2eb1..e5a943927fc6130d662dd23858ca73cde5424a1f 100644 (file)
@@ -856,7 +856,7 @@ PyObject *eDVBDB::readSatellites(ePyObject sat_list, ePyObject sat_dict, ePyObje
 
                                for (AttributeConstIterator it(tp_attributes.begin()); it != end; ++it)
                                {
-//                                     eDebug("\t\tattr: %s", at->name().c_str());
+                                       //eDebug("\t\tattr: %s", at->name().c_str());
                                        at = *it;
                                        name = at->name();
                                        if (name == "modulation") dest = &modulation;