diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/templating/templates/workspace/template-workspace-edit.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/templating/templates/workspace/template-workspace-edit.element.ts index a8ff1f1ae0..69a2bba7d5 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/templating/templates/workspace/template-workspace-edit.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/templating/templates/workspace/template-workspace-edit.element.ts @@ -90,7 +90,6 @@ export class UmbTemplateWorkspaceEditElement extends UmbLitElement { this.observe(this.#templateWorkspaceContext.isNew, (isNew) => { this.#isNew = !!isNew; - console.log(this.#isNew); }); }); }