Removed old debugging code

This commit is contained in:
Magnus Åhall 2026-06-08 21:33:36 +02:00
parent 697576cb34
commit 48ac1a8044
2 changed files with 1 additions and 15 deletions

View file

@ -42,7 +42,6 @@ export class N2PageNodeUI extends CustomHTMLElement {
this.marked = new MarkedPosition()
_mbus.subscribe('NODE_UI_OPEN', event => {
console.log(event.detail.data.eventSequence, _app.showNodeEventSequence.current())
this.node = event.detail.data.node
this.showMarkdown(true)
this.render()