]> git.sesse.net Git - kdenlive/blobdiff - src/commands/moveclipcommand.cpp
FFT correlation is now used for larger audio samples when aligning.
[kdenlive] / src / commands / moveclipcommand.cpp
index b590b97dcb4f69239df46fe507c174a2f14d04ce..5fba133a05c37714a9cc095dc556259bc22b6b01 100644 (file)
@@ -52,9 +52,9 @@ void MoveClipCommand::undo()
 void MoveClipCommand::redo()
 {
     if (m_doIt) {
-        qDebug() << "Executing move clip command. End now:" << m_endPos;
+//        qDebug() << "Executing move clip command. End now:" << m_endPos;
         m_success = m_view->moveClip(m_startPos, m_endPos, m_refresh, &m_endPos);
-        qDebug() << "Move clip command executed. End now: " << m_endPos;
+//        qDebug() << "Move clip command executed. End now: " << m_endPos;
     }
     m_doIt = true;
 }