fix (no)use of offset in AudioEngine::get_sync_offset()
[ardour.git] / 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;
        }