Skip to content

Commit e5092e6

Browse files
committed
chore: Editor debug cleanup
1 parent 796c6c7 commit e5092e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/editor/editor-utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ function getDropdown (h, vm, btn) {
6262

6363
if (onlyIcons) {
6464
Items = btn.options.map(btn => {
65-
console.log(btn)
6665
const active = btn.type === void 0
6766
? vm.caret.is(btn.cmd, btn.param)
6867
: false

0 commit comments

Comments
 (0)