mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 05:07:07 +01:00
remove debug output
This commit is contained in:
parent
c8a4260f5c
commit
bb973f18dc
1 changed files with 0 additions and 1 deletions
|
|
@ -752,7 +752,6 @@ write_midi_data_to_new_files (Evoral::SMF* source, ImportStatus& status,
|
|||
std::shared_ptr<FileSource> fs (std::dynamic_pointer_cast<FileSource>(*nsi));
|
||||
assert (fs);
|
||||
fs->mark_removable ();
|
||||
std::cerr << "goping to drop meta-only SMF at " << fs->path() << " removable ? " << fs->removable() << " UC " << fs.use_count() << std::endl;
|
||||
nsi = newsrcs.erase (nsi);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue