From 75884ab43d510d6caf50bc76de2deb4564c8490b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 9 Jun 2009 20:56:34 +0000 Subject: Remove annoying pop-up message. git-svn-id: svn://localhost/ardour2/branches/3.0@5138 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/midi_patch_manager.cc | 2 -- 1 file changed, 2 deletions(-) (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 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; } -- cgit v1.2.3