mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
remove extra logging
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user