X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0af11516cabc973907890f548925a66313c8d18c..19d448e556072c1f1c9d4e34fbdb0241b2dabb56:/lib/dvb/dvb.cpp diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 3e4c7bdc..90df7267 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -571,8 +571,7 @@ RESULT eDVBChannel::getCurrentPosition(pts_t &pos) return -1; } - eDebug("STC: %08llx PTS: %08llx, diff %lld", now, pos, now - pos); - +// eDebug("STC: %08llx PTS: %08llx, diff %lld", now, pos, now - pos); /* when we are less than 10 seconds before the start, return 0. */ /* (we're just waiting for the timespam to start) */ if ((now < pos) && ((pos - now) < 90000 * 10))