Skip to content

Commit ab5e531

Browse files
authored
Merge pull request #143 from AcademySoftwareFoundation/develop
Remove debug output
2 parents d6752a6 + 62b0dc9 commit ab5e531

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)