2024-08-29 Fred Gleason <fredg@paravelsystems.com>

* Removed various debugging statements.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2024-08-29 16:32:27 -04:00
parent aab179a328
commit d290a7b0c4
3 changed files with 2 additions and 5 deletions

View File

@ -24883,3 +24883,5 @@
2024-08-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused STOP transitions
to be treated as PLAYs.
2024-08-29 Fred Gleason <fredg@paravelsystems.com>
* Removed various debugging statements.

View File

@ -674,8 +674,6 @@ void RDPlayDeck::playStoppedData(unsigned serial)
void RDPlayDeck::pointTimerData(int point)
{
printf("pointTimerData(%d)\n",point);
switch(point) {
case RDPlayDeck::Segue:
if(play_point_state[point]) {
@ -687,7 +685,6 @@ void RDPlayDeck::pointTimerData(int point)
play_point_state[point]=true;
play_point_timer[point]->
start(play_point_value[point][1]-play_point_value[point][0]);
printf("segueStart: %s\n",QTime::currentTime().toString("hh:mm:ss.zzz").toUtf8().constData());
emit segueStart(play_id);
}
break;

View File

@ -918,8 +918,6 @@ void RDSoundPanel::onairFlagChangedData(bool state)
void RDSoundPanel::notificationReceivedData(RDNotification *notify)
{
printf("notificationReceivedData()\n");
RDPanelButton *button=NULL;
QString sql;
RDSqlQuery *q=NULL;