2022-11-11 Fred Gleason <fredg@paravelsystems.com>

* Removed debugging statements from 'lib/rdripc.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2022-11-11 12:01:35 -05:00
parent cf9d98717a
commit 8f00a09364
2 changed files with 2 additions and 1 deletions

View File

@ -23656,3 +23656,5 @@
updates to sent to the incorrect deck channel.
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging printf() statements from rdcatch(1).
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging statements from 'lib/rdripc.cpp'.

View File

@ -150,7 +150,6 @@ void RDRipc::sendNotification(const RDNotification &notify)
void RDRipc::sendCatchEvent(RDCatchEvent *evt)
{
SendCommand("ON "+evt->write()+"!");
rda->syslog(LOG_NOTICE,"sent catch event: %s\n",evt->write().toUtf8().constData());
}