mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 05:06:31 +01:00
remove debug output
This commit is contained in:
parent
9da1253288
commit
b4b2fbb6ed
1 changed files with 0 additions and 1 deletions
|
|
@ -548,7 +548,6 @@ SMFSource::mark_midi_streaming_write_completed (const Lock& lm, Evoral::Sequence
|
|||
MidiSource::mark_midi_streaming_write_completed (lm, stuck_notes_option, when);
|
||||
|
||||
if (!writable()) {
|
||||
cerr << "not writable\n";
|
||||
warning << string_compose ("attempt to write to unwritable SMF file %1", _path) << endmsg;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue