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
-2
View File
@@ -385,8 +385,6 @@ void Viewer::play(bool in_to_out) {
set_playpause_icon(false);
start_msecs = QDateTime::currentMSecsSinceEpoch();
qDebug() << "play called";
timer_update();
}
}