From: Felix Domke Date: Thu, 28 Apr 2005 14:51:44 +0000 (+0000) Subject: - removed confusing debug output X-Git-Tag: 2.6.0~5891 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a20655498030829cd4186f6788179f6250b5c87d?ds=sidebyside - removed confusing debug output --- 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);