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

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