save config (if changed) by "quit" from infobar
[enigma2.git] / lib / dvb / dvb.cpp
index 3e4c7bdc8ea4fc53c47e8ff020d0baac7fd3c4fc..90df72677b8d7e67713189e01cfbf6cf2fe85f47 100644 (file)
@@ -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))