removed debugger

This commit is contained in:
Andrea Alberti 2024-09-18 14:57:28 +02:00
parent ed0d81a93c
commit 40ca337c49

View file

@ -108,8 +108,7 @@ function patchFilemanager(plugin: ImportAttachments) {
}
async function deleteAttachmentFolder(plugin: ImportAttachments, file: TAbstractFile) {
debugger
if (!plugin.settings.autoDeleteAttachmentFolder) { return; }
if (!plugin.settings.autoDeleteAttachmentFolder) { return; }
// Automatic deletion only works when the attachment name contains ${notename}
// In order to avoid deleting common attachment folders, shared between multiple notes