From cb7ac77c61a5bea1f84b5f874668ac677224b812 Mon Sep 17 00:00:00 2001 From: ehhc Date: Mon, 8 Jul 2019 08:15:56 +0200 Subject: [PATCH] Update attachmentManagement.js Deleting unneeded stupid log-message --- browser/main/lib/dataApi/attachmentManagement.js | 1 - 1 file changed, 1 deletion(-) diff --git a/browser/main/lib/dataApi/attachmentManagement.js b/browser/main/lib/dataApi/attachmentManagement.js index 309d8d5a..a5adf685 100644 --- a/browser/main/lib/dataApi/attachmentManagement.js +++ b/browser/main/lib/dataApi/attachmentManagement.js @@ -584,7 +584,6 @@ function deleteAttachmentFolder (storageKey, noteKey) { * @param noteKey NoteKey of the current note. Is used to determine the belonging attachment folder. */ function deleteAttachmentsNotPresentInNote (markdownContent, storageKey, noteKey) { - console.log('deleteAtt') if (storageKey == null || noteKey == null || markdownContent == null) { return }