1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Update attachmentManagement.js

Deleting unneeded stupid log-message
This commit is contained in:
ehhc
2019-07-08 08:15:56 +02:00
committed by Junyoung Choi
parent 55a7ee1f91
commit cb7ac77c61

View File

@@ -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
}