Remove console.log

This commit is contained in:
Matt Sherman 2023-10-16 15:48:23 -04:00
parent aa942771e5
commit 6f53697df2
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ function useEvaluationContext( context: Record< string, unknown > ) {
};
};
console.log( 'yo!' );
return {
getEvaluationContext,
};