Skip to content

Commit

Permalink
Remove build decos log
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelre authored Feb 20, 2024
1 parent 5fbd638 commit 8078655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export const calloutExtension = ViewPlugin.fromClass(
tr.effects.some((e) => e.is(setConfig))
)
) {
console.log('build decos');
this.decorations = buildCalloutDecos(update.view, update.state);
}
}
Expand Down

0 comments on commit 8078655

Please sign in to comment.