X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/436076df36a87a4ae36f9dbf342a0f280442ed41..a20655498030829cd4186f6788179f6250b5c87d:/lib/dvb/esection.cpp 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);