remove debug output
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user