mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +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);
|
MidiSource::mark_midi_streaming_write_completed (lm, stuck_notes_option, when);
|
||||||
|
|
||||||
if (!writable()) {
|
if (!writable()) {
|
||||||
cerr << "not writable\n";
|
|
||||||
warning << string_compose ("attempt to write to unwritable SMF file %1", _path) << endmsg;
|
warning << string_compose ("attempt to write to unwritable SMF file %1", _path) << endmsg;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue