diff --git a/ChangeLog b/ChangeLog index 85fd6d98..d1f081e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23654,3 +23654,5 @@ 2022-11-11 Fred Gleason * Fixed a fencepost bug in rdcatchd(8) that caused meter level updates to sent to the incorrect deck channel. +2022-11-11 Fred Gleason + * Removed debugging printf() statements from rdcatch(1). diff --git a/rdcatch/recordlistmodel.cpp b/rdcatch/recordlistmodel.cpp index a0509ac7..b715b379 100644 --- a/rdcatch/recordlistmodel.cpp +++ b/rdcatch/recordlistmodel.cpp @@ -955,9 +955,6 @@ QString RecordListModel::GetDestinationName(QString station,int matrix, void RecordListModel::UpdateStatus(int line) { - printf("RecordListModel::UpdateStatus(%d)\n",line); - printf(" using status: %u\n",d_statuses.at(line)); - switch(d_statuses.at(line)) { case RDDeck::Offline: case RDDeck::LastStatus: