]> git.sesse.net Git - kdenlive/blobdiff - src/razorclipcommand.cpp
Add / remove track now seems to work, still a few crashes if project monitor was...
[kdenlive] / src / razorclipcommand.cpp
index 75fb9d8b2a8125da06dbc6572ea53eecafa15b28..7485910a2f7b8852efbf94e96122aafb0c76f40a 100644 (file)
@@ -28,13 +28,13 @@ RazorClipCommand::RazorClipCommand(CustomTrackView *view, const ItemInfo info, c
 
 // virtual
 void RazorClipCommand::undo() {
-// kDebug()<<"----  undoing action";
+    // kDebug()<<"----  undoing action";
     m_doIt = true;
     m_view->cutClip(m_info, m_cutTime, false);
 }
 // virtual
 void RazorClipCommand::redo() {
-    kDebug() << "----  redoing action cut: " << m_cutTime.frames(25);
+    // kDebug() << "----  redoing action cut: " << m_cutTime.frames(25);
     if (m_doIt)
         m_view->cutClip(m_info, m_cutTime, true);
     m_doIt = true;