mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
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:
parent
aab179a328
commit
d290a7b0c4
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user