aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.cpp
diff options
context:
space:
mode:
authorstefan <stefan@localhost>2008-12-16 10:33:19 +0000
committerStefan <stefan@tuxboxls.(none)>2008-12-16 19:55:34 +0100
commitf95be11f0517eac56013b0ccb14825be97fc1540 (patch)
treeea83dc37edaa0300c3ae2959ad7387033ad85851 /lib/dvb/db.cpp
parent1d07f28ae2ebe4fd075f24f601cd37770435eb52 (diff)
downloadenigma2-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.cpp2
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;