summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_patch_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/midi_patch_manager.cc')
-rw-r--r--libs/ardour/midi_patch_manager.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/midi_patch_manager.cc b/libs/ardour/midi_patch_manager.cc
index b555c12934..7c824b1e8d 100644
--- a/libs/ardour/midi_patch_manager.cc
+++ b/libs/ardour/midi_patch_manager.cc
@@ -59,8 +59,6 @@ MidiPatchManager::refresh()
path path_to_patches = _session->session_directory().midi_patch_path();
- info << string_compose(_("looking for MIDI patches in %1"), path_to_patches.to_string()) << endmsg;
-
if (!exists(path_to_patches)) {
return;
}