From 37c872eaf4e2401e40dc754efe110eb6d6c1a878 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 29 May 2019 18:29:19 -0400 Subject: [PATCH] 2019-05-29 Fred Gleason * Removed stale debugging statement from 'rdhpi/rdplaystream.cpp'. --- ChangeLog | 2 ++ rdhpi/rdhpiplaystream.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28578014..42c3fc2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18703,3 +18703,5 @@ * Removed 'Q3SocketDevice' dependency from caed(8). 2019-05-29 Fred Gleason * Removed 'Q3Process' dependency from caed(8). +2019-05-29 Fred Gleason + * Removed stale debugging statement from 'rdhpi/rdplaystream.cpp'. diff --git a/rdhpi/rdhpiplaystream.cpp b/rdhpi/rdhpiplaystream.cpp index 596af112..b2d067c9 100644 --- a/rdhpi/rdhpiplaystream.cpp +++ b/rdhpi/rdhpiplaystream.cpp @@ -408,7 +408,6 @@ bool RDHPIPlayStream::play() #ifdef RPLAYSTREAM_SHOW_SLOTS printf("play() -- Card: %d Stream: %d\n",card_number,stream_number); #endif // RPLAYSTREAM_SHOW_SLOTS - syslog(LOG_ERR,"Play - 1\n"); if(!is_open) { return false; }