remove debug output

This commit is contained in:
Paul Davis
2021-06-04 12:01:41 -06:00
parent ff85496b03
commit 93982614c4

View File

@@ -2157,8 +2157,6 @@ RegionMoveDrag::insert_region_into_playlist (
/* clear history for the playlist we are about to insert to, provided we haven't already done so */
pair<PlaylistSet::iterator, bool> r = modified_playlists.insert (dest_playlist);
cerr << "Inserting " << region->name() << " @ " << where.sample << endl;
if (r.second) {
dest_playlist->clear_changes ();
dest_playlist->clear_owned_changes ();