Remove redundant log

pull/882/head
Zef Hemel 2024-06-07 08:31:55 +02:00
parent 9d04257149
commit ff923b8718
1 changed files with 0 additions and 1 deletions

View File

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