Remove annoying pop-up message.
authorDavid Robillard <d@drobilla.net>
Tue, 9 Jun 2009 20:56:34 +0000 (20:56 +0000)
committerDavid Robillard <d@drobilla.net>
Tue, 9 Jun 2009 20:56:34 +0000 (20:56 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5138 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/midi_patch_manager.cc

index b555c12934497c50302d071c2b24cc570292a87a..7c824b1e8da1c2f0e39784f4500f66e0e32476e1 100644 (file)
@@ -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;
        }