13
0

Remove annoying pop-up message.

git-svn-id: svn://localhost/ardour2/branches/3.0@5138 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-06-09 20:56:34 +00:00
parent e6eb059576
commit 75884ab43d

View 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;
}