mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user