remove consolelog

This commit is contained in:
Lone Iversen
2023-02-09 12:18:15 +01:00
parent 1b42c0401c
commit 95a8487bb3

View File

@@ -36,7 +36,6 @@ export class UmbPropertyEditorUICheckboxListElement extends UmbLitElement {
private _onChange(event: CustomEvent) {
this.value = (event.target as UmbInputCheckboxListElement).selectedKeys;
this.dispatchEvent(new CustomEvent('property-value-change'));
console.log(this._value);
}
render() {