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: