remove console log
This commit is contained in:
@@ -48,7 +48,6 @@ export abstract class UmbUserActionConditionBase
|
||||
super(host, args);
|
||||
|
||||
this.consumeContext(UMB_USER_WORKSPACE_CONTEXT, (context) => {
|
||||
console.log(context);
|
||||
this.observe(
|
||||
observeMultiple([context.unique, context.state, context.kind]),
|
||||
([unique, state, kind]) => {
|
||||
|
||||
Reference in New Issue
Block a user