diff --git a/ChangeLog b/ChangeLog index d1f081e9..309a5055 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23656,3 +23656,5 @@ updates to sent to the incorrect deck channel. 2022-11-11 Fred Gleason * Removed debugging printf() statements from rdcatch(1). +2022-11-11 Fred Gleason + * Removed debugging statements from 'lib/rdripc.cpp'. diff --git a/lib/rdripc.cpp b/lib/rdripc.cpp index c061a356..a6a36a4b 100644 --- a/lib/rdripc.cpp +++ b/lib/rdripc.cpp @@ -150,7 +150,6 @@ void RDRipc::sendNotification(const RDNotification ¬ify) void RDRipc::sendCatchEvent(RDCatchEvent *evt) { SendCommand("ON "+evt->write()+"!"); - rda->syslog(LOG_NOTICE,"sent catch event: %s\n",evt->write().toUtf8().constData()); }