13
0

remove debug output

This commit is contained in:
Paul Davis 2018-07-05 13:49:27 -04:00
parent 9da1253288
commit b4b2fbb6ed

View File

@ -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;
}