Skip to content

Commit 62b0dc9

Browse files
committed
Remove debug output
Signed-off-by: Ted Waine <ted.waine@gmail.com>
1 parent 64ae506 commit 62b0dc9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ui/qml/session/src/session_model_methods_ui.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,6 @@ QFuture<QList<QUuid>> SessionModel::handleDropFuture(
600600
try {
601601
auto jdrop = dropToJsonStore(drop);
602602

603-
std::cerr << "DROPPY " << jdrop.dump() << "\n";
604-
605603
if (jdrop.count("xstudio/media-ids"))
606604
return handleMediaIdDropFuture(proposedAction_, jdrop, index);
607605
else if (jdrop.count("xstudio/timeline-ids"))

0 commit comments

Comments
 (0)