Skip to content

Commit c658ffa

Browse files
committed
Remove log
1 parent f365447 commit c658ffa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stores/editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ class EditorStore {
100100
const anchor = doc.posFromIndex(opts.position);
101101
const head = doc.posFromIndex(opts.position + opts.length);
102102

103-
console.log('onHighlight', opts, anchor, head);
104103
doc.setSelection(anchor, head);
105104
}
106105

0 commit comments

Comments
 (0)