From a43c8f9f9afd488076df76738cf07f444fb90133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 21 Apr 2023 12:17:46 +0200 Subject: [PATCH] clean up --- .../document-types/workspace/document-type-workspace.context.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/documents/document-types/workspace/document-type-workspace.context.ts b/src/Umbraco.Web.UI.Client/src/backoffice/documents/document-types/workspace/document-type-workspace.context.ts index 3c8da6b921..4f00d59562 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/documents/document-types/workspace/document-type-workspace.context.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/documents/document-types/workspace/document-type-workspace.context.ts @@ -23,7 +23,6 @@ export class UmbDocumentTypeWorkspaceContext readonly description; readonly icon; - // TODO: Consider if each of these should go the view it self, but only if its used in that one view, otherwise make then go here. readonly allowedAsRoot; readonly variesByCulture; readonly variesBySegment; @@ -110,7 +109,6 @@ export class UmbDocumentTypeWorkspaceContext // Document type specific: setAllowedTemplateIds(allowedTemplateIds: Array) { - console.log('setAllowedTemplateIds', allowedTemplateIds); this.structure.updateRootDocumentType({ allowedTemplateIds }); } setDefaultTemplateId(defaultTemplateId: string) {