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:
parent
e6eb059576
commit
75884ab43d
@ -59,8 +59,6 @@ MidiPatchManager::refresh()
|
|||||||
|
|
||||||
path path_to_patches = _session->session_directory().midi_patch_path();
|
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)) {
|
if (!exists(path_to_patches)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user