remove extra logging

This commit is contained in:
zadam
2021-09-30 22:26:56 +02:00
parent 2c450fc72d
commit 8c2a5d19f2
5 changed files with 25 additions and 27 deletions

View File

@@ -115,8 +115,6 @@ function createNewNote(params) {
mime: deriveMime(params.type, params.mime)
}).save();
console.log(params);
note.setContent(params.content);
const branch = new Branch({