From 2a0aadfd97cec15acf90deb4cfc32ae201ca69a5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 30 Oct 2016 17:39:47 +0100 Subject: remove debug output --- libs/ardour/midi_patch_manager.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/midi_patch_manager.cc') diff --git a/libs/ardour/midi_patch_manager.cc b/libs/ardour/midi_patch_manager.cc index ce1df8a521..a400eb3b77 100644 --- a/libs/ardour/midi_patch_manager.cc +++ b/libs/ardour/midi_patch_manager.cc @@ -207,7 +207,6 @@ MidiPatchManager::remove_midi_name_document (const std::string& file_path) boost::shared_ptr 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++); -- cgit v1.2.3