remove debug output

This commit is contained in:
Robin Gareus 2016-10-30 17:39:47 +01:00
parent db2d238cec
commit 2a0aadfd97

View File

@ -207,7 +207,6 @@ MidiPatchManager::remove_midi_name_document (const std::string& file_path)
boost::shared_ptr<MIDINameDocument> document = i->second;
cout << string_compose(_("Removing MIDI patch file %1"), file_path) << "\n";
info << string_compose(_("Removing MIDI patch file %1"), file_path) << endmsg;
_documents.erase(i++);