From 9696845ef98e3584be2932e296b80a20701acfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 13 Jan 2023 09:18:44 +0100 Subject: [PATCH] remove log --- .../content-picker/property-editor-ui-document-picker.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/content-picker/property-editor-ui-document-picker.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/content-picker/property-editor-ui-document-picker.element.ts index 9d155daff5..a08a707907 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/content-picker/property-editor-ui-document-picker.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/content-picker/property-editor-ui-document-picker.element.ts @@ -33,7 +33,6 @@ export class UmbPropertyEditorUIContentPickerElement extends UmbLitElement { public set config(config: Array) { const validationLimit = config.find(x => x.alias === 'validationLimit'); - console.log("got config", validationLimit) this._limitMin = (validationLimit?.value as any).min; this._limitMax = (validationLimit?.value as any).max; }