Remove console.log
This commit is contained in:
parent
aa942771e5
commit
6f53697df2
|
@ -33,8 +33,6 @@ function useEvaluationContext( context: Record< string, unknown > ) {
|
|||
};
|
||||
};
|
||||
|
||||
console.log( 'yo!' );
|
||||
|
||||
return {
|
||||
getEvaluationContext,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue