removed redundant debug messages

This commit is contained in:
itsmattkc
2019-01-25 13:22:10 +11:00
parent 229d01a400
commit 3d8a2daffc
4 changed files with 0 additions and 7 deletions
-1
View File
@@ -436,7 +436,6 @@ void cache_audio_worker(Clip* c, bool scrubbing, QVector<Clip*>& nests, int play
}
}
qDebug() << "hello?";
QMetaObject::invokeMethod(panel_footage_viewer, "play_wake", Qt::QueuedConnection);
QMetaObject::invokeMethod(panel_sequence_viewer, "play_wake", Qt::QueuedConnection);
}