summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dxr3device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dxr3device.c b/dxr3device.c
index d4bdf44..a7d6f2d 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -227,7 +227,6 @@ void cDxr3Device::StillPicture(const uchar *Data, int Length)
bool cDxr3Device::Poll(cPoller &Poller, int TimeoutMs)
{
- dsyslog("[dxr3-device] Poll");
Poller.Add(fdVideo, true);
audioOut->poll(Poller);
return Poller.Poll(TimeoutMs);