Skip to content

Commit cb7ac77

Browse files
ehhcRokt33r
authored andcommitted
Update attachmentManagement.js
Deleting unneeded stupid log-message
1 parent 55a7ee1 commit cb7ac77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

browser/main/lib/dataApi/attachmentManagement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ function deleteAttachmentFolder (storageKey, noteKey) {
584584
* @param noteKey NoteKey of the current note. Is used to determine the belonging attachment folder.
585585
*/
586586
function deleteAttachmentsNotPresentInNote (markdownContent, storageKey, noteKey) {
587-
console.log('deleteAtt')
588587
if (storageKey == null || noteKey == null || markdownContent == null) {
589588
return
590589
}

0 commit comments

Comments
 (0)