remove debug output
authorRobin Gareus <robin@gareus.org>
Sun, 30 Oct 2016 16:39:47 +0000 (17:39 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 30 Oct 2016 16:39:55 +0000 (17:39 +0100)
libs/ardour/midi_patch_manager.cc

index ce1df8a5211255edd20f4889de47ce42dfa19816..a400eb3b772126b323cf5e981bccf468aa3c1a48 100644 (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++);