2019-05-29 Fred Gleason <fredg@paravelsystems.com>

* Removed stale debugging statement from 'rdhpi/rdplaystream.cpp'.
This commit is contained in:
Fred Gleason 2019-05-29 18:29:19 -04:00
parent 64906f8ab3
commit 37c872eaf4
2 changed files with 2 additions and 1 deletions

View File

@ -18703,3 +18703,5 @@
* Removed 'Q3SocketDevice' dependency from caed(8).
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3Process' dependency from caed(8).
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
* Removed stale debugging statement from 'rdhpi/rdplaystream.cpp'.

View File

@ -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;
}