remove console log

This commit is contained in:
Nitwel
2020-10-09 13:46:46 +02:00
parent 812f60874d
commit 86d4cdcbdb

View File

@@ -41,8 +41,6 @@ export default defineComponent({
return _selection.value
},
set(newSelection: string[]) {
console.log("newSelect: ", newSelection);
if(newSelection.length === 0) {
_selection.value = []
} else {