remove log

This commit is contained in:
Niels Lyngsø
2023-11-24 12:58:26 +01:00
parent 123e4841b3
commit 36da64ad51

View File

@@ -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: