aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/demux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/demux.cpp')
-rw-r--r--lib/dvb/demux.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp
index 3e05065b..5a143c5e 100644
--- a/lib/dvb/demux.cpp
+++ b/lib/dvb/demux.cpp
@@ -83,10 +83,8 @@ RESULT eDVBDemux::getSTC(pts_t &pts)
}
pts = stc.stc;
- eDebug("got demux stc: %08llx", pts);
::close(fd);
-
return 0;
}