aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/esection.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-04-28 14:51:44 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-04-28 14:51:44 +0000
commita20655498030829cd4186f6788179f6250b5c87d (patch)
tree8992c949d30fed221ab0b4ca3c5012b5127ed2cf /lib/dvb/esection.cpp
parent436076df36a87a4ae36f9dbf342a0f280442ed41 (diff)
downloadenigma2-a20655498030829cd4186f6788179f6250b5c87d.tar.gz
enigma2-a20655498030829cd4186f6788179f6250b5c87d.zip
- removed confusing debug output
Diffstat (limited to 'lib/dvb/esection.cpp')
-rw-r--r--lib/dvb/esection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dvb/esection.cpp b/lib/dvb/esection.cpp
index dbb9bf78..6f634ae1 100644
--- a/lib/dvb/esection.cpp
+++ b/lib/dvb/esection.cpp
@@ -98,7 +98,6 @@ RESULT eGTable::start(iDVBSectionReader *reader, const eDVBTableSpec &table)
if (m_table.flags & eDVBTableSpec::tfHaveTimeout)
{
- eDebug("have timeout, %d", m_table.timeout);
if (m_timeout)
delete m_timeout;
m_timeout = new eTimer(eApp);