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

* Removed debugging printf() statements from rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-11-11 11:55:58 -05:00
parent 9e1c0a9884
commit cf9d98717a
2 changed files with 2 additions and 3 deletions

View File

@@ -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: