remove console

This commit is contained in:
Lone Iversen
2024-02-19 13:16:54 +01:00
parent d7e635bec4
commit 3f46db8f89

View File

@@ -110,7 +110,6 @@ export class UmbPropertyEditorUICollectionViewColumnConfigurationElement
}
render() {
console.log(this.config);
return html`<div>
<uui-select .options=${this._options} label="Select"></uui-select>
<uui-button label=${this.localize.term('general_add')} look="secondary" @click=${this.#onAdd}></uui-button>