diff --git a/plugs/editor/navigate.ts b/plugs/editor/navigate.ts index 494e17aa..bc952191 100644 --- a/plugs/editor/navigate.ts +++ b/plugs/editor/navigate.ts @@ -41,7 +41,6 @@ async function actionClickOrActionEnter( } } const currentPage = await editor.getCurrentPage(); - console.log("CLicked got", mdTree); switch (mdTree.type) { case "WikiLink": { const link = mdTree.children![1]!.children![0].text!;