summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_patch_manager.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-09 20:56:34 +0000
committerDavid Robillard <d@drobilla.net>2009-06-09 20:56:34 +0000
commit75884ab43d510d6caf50bc76de2deb4564c8490b (patch)
treea0ca93d85d21942f51c252e342a8758b80204756 /libs/ardour/midi_patch_manager.cc
parente6eb059576eefd9a26c177627ae7dd3ba2feb727 (diff)
Remove annoying pop-up message.
git-svn-id: svn://localhost/ardour2/branches/3.0@5138 d708f5d6-7413-0410-9779-e7cbd77b26cf
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;
}