diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/icon-picker/property-editor-ui-icon-picker.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/icon-picker/property-editor-ui-icon-picker.element.ts index 1fe7dcc8da..9b0c36a3e2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/icon-picker/property-editor-ui-icon-picker.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/icon-picker/property-editor-ui-icon-picker.element.ts @@ -41,7 +41,7 @@ export class UmbPropertyEditorUIIconPickerElement extends UmbLitElement implemen public set config(config: UmbPropertyEditorConfigCollection | undefined) { if (!config) return; - console.log('config', config); + //console.log('config', config); } private _modalContext?: UmbModalManagerContext;