diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/workspace-content/views/collection/workspace-view-collection.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/workspace-content/views/collection/workspace-view-collection.element.ts index 5e8b48e1b5..65a4061ceb 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/workspace-content/views/collection/workspace-view-collection.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/workspace-content/views/collection/workspace-view-collection.element.ts @@ -50,7 +50,6 @@ export class UmbWorkspaceViewCollectionElement extends UmbContextProviderMixin(U protected _provideWorkspace() { if(this._workspaceContext?.entityKey != null) { - console.log("collection:", this._workspaceContext.entityType, this._workspaceContext.entityKey, this._workspaceContext.getStore().storeAlias) this._collectionContext = new UmbCollectionContext(this, this._workspaceContext.entityKey, this._workspaceContext.getStore().storeAlias); this._collectionContext.connectedCallback(); this.provideContext('umbCollectionContext', this._collectionContext);