Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 3a2efff

Browse files
author
xiezhihong
committed
lint fix
1 parent 3e2f0c3 commit 3a2efff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/index.vue

-5
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,6 @@ export default {
198198
199199
syncSelection(selection) {
200200
const newSelection = this.multiple ? selection : selection[0] || {}
201-
console.log(
202-
JSON.stringify(selection),
203-
JSON.stringify(newSelection),
204-
JSON.stringify(this.selection)
205-
)
206201
if (!isEqual(newSelection, this.selection)) {
207202
this.$emit('selection-change', newSelection)
208203
}

0 commit comments

Comments
 (0)