From 95a8487bb334159b55daa61a7ba797ff8a33097c Mon Sep 17 00:00:00 2001 From: Lone Iversen <108085781+loivsen@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:18:15 +0100 Subject: [PATCH] remove consolelog --- .../checkbox-list/property-editor-ui-checkbox-list.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts index a522d15741..c990aeb92b 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts @@ -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() {