remove debugging

This commit is contained in:
Jacob Overgaard
2023-07-27 16:36:34 +02:00
parent afd3b9add6
commit fd2e125cbd

View File

@@ -153,7 +153,6 @@ export class UmbUserWorkspaceEditorElement extends UmbLitElement {
const target = event.composedPath()[0] as UUISelectElement;
if (typeof target?.value === 'string') {
console.log('value', target.value);
this.#workspaceContext?.updateProperty('languageIsoCode', target.value);
}
}