diff options
| author | stefan <stefan@localhost> | 2008-12-16 10:33:19 +0000 |
|---|---|---|
| committer | Stefan <stefan@tuxboxls.(none)> | 2008-12-16 19:55:34 +0100 |
| commit | f95be11f0517eac56013b0ccb14825be97fc1540 (patch) | |
| tree | ea83dc37edaa0300c3ae2959ad7387033ad85851 /lib/dvb/db.cpp | |
| parent | 1d07f28ae2ebe4fd075f24f601cd37770435eb52 (diff) | |
| download | enigma2-f95be11f0517eac56013b0ccb14825be97fc1540.tar.gz enigma2-f95be11f0517eac56013b0ccb14825be97fc1540.zip | |
finish and polish diseqc tester plugin
Diffstat (limited to 'lib/dvb/db.cpp')
| -rw-r--r-- | lib/dvb/db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/db.cpp b/lib/dvb/db.cpp index 6f30253a..e5a94392 100644 --- a/lib/dvb/db.cpp +++ b/lib/dvb/db.cpp @@ -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; |
