mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user