Skip to content

Commit

Permalink
Merge pull request #52 from pdelre/patch-1
Browse files Browse the repository at this point in the history
Remove `build decos` log
  • Loading branch information
mgmeyers authored Feb 20, 2024
2 parents 5fbd638 + 8078655 commit feca7be
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 feca7be

Please sign in to comment.