From 36da64ad519923c22b2ed1630312729ca9ca9ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 24 Nov 2023 12:58:26 +0100 Subject: [PATCH] remove log --- .../workspace-context-counter/counter-workspace-context.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-workspace-context.ts b/src/Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-workspace-context.ts index 941ba2304d..3b31fd648a 100644 --- a/src/Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-workspace-context.ts +++ b/src/Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-workspace-context.ts @@ -12,7 +12,6 @@ export class WorkspaceContextCounter extends UmbBaseController { constructor(host: UmbControllerHost) { super(host); this.provideContext(EXAMPLE_COUNTER_CONTEXT, this); - console.log("Hey new context") } // Lets expose methods to update the state: