timeline: removed debug line

This commit is contained in:
itsmattkc
2020-05-31 01:21:49 +10:00
parent acee6c5958
commit 93f8b4f79c
@@ -1360,8 +1360,6 @@ void TimelineWidget::EditTo(Timeline::MovementMode mode)
gap->set_length_and_media_out(trim_length);
new NodeAddCommand(static_cast<NodeGraph*>(track->parent()), gap, command);
qDebug() << "Resizing" << block_here->length().toDouble() << "to" << (block_here->length() - trim_length).toDouble();
new BlockResizeWithMediaInCommand(block_here,
block_here->length() - trim_length,
command);