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
@@ -218,7 +218,6 @@ void ViewerWidget::initializeGL() {
}
void ViewerWidget::frame_update() {
qDebug() << "frame update called";
if (viewer->seq != nullptr) {
bool render_audio = (viewer->playing || audio_rendering);