mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
remove extra logging
This commit is contained in:
@@ -32,8 +32,6 @@ async function createNote(parentNotePath, options = {}) {
|
||||
|
||||
const parentNoteId = treeService.getNoteIdFromNotePath(parentNotePath);
|
||||
|
||||
console.log(options);
|
||||
|
||||
if (options.type === 'mermaid' && !options.content) {
|
||||
options.content = `graph TD;
|
||||
A-->B;
|
||||
|
||||
Reference in New Issue
Block a user