mirror of
https://github.com/alberti42/obsidian-import-attachments-plus.git
synced 2026-07-22 10:10:24 +00:00
removed debugger
This commit is contained in:
parent
ed0d81a93c
commit
40ca337c49
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue