From f6ef9fb2181f60f390f1648bb861a5ef6710508b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 21 Apr 2023 12:18:59 +0200 Subject: [PATCH] clean up --- .../workspace-context/workspace-structure-manager.class.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts index bbce77931d..6316e1ee4d 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts @@ -45,10 +45,6 @@ export class UmbWorkspacePropertyStructureManager { documentTypes.forEach((documentType) => { - // We could cache by docType Key? - // TODO: how do we ensure a container goes away? - - //this._initDocumentTypeContainers(documentType); this._loadDocumentTypeCompositions(documentType); }); });