remove console

This commit is contained in:
Niels Lyngsø
2022-12-16 13:57:10 +01:00
parent 0aff6abcd2
commit b716e68040

View File

@@ -78,7 +78,6 @@ export class UmbWorkspaceContentElement extends UmbContextProviderMixin(
}
public set storeAlias(newVal:string) {
this._storeAlias = newVal;
console.log("storeAlias", newVal)
this.consumeContext(this._storeAlias, (instance) => {
this._store = instance;
this._observeContent();