fix: unwanted logging

This commit is contained in:
Andrew Bastin
2022-02-19 13:45:07 +05:30
parent 774c51ef95
commit e183c82759
2 changed files with 1 additions and 8 deletions

View File

@@ -464,9 +464,6 @@ export const execTestScript = (
E.getOrElse(() => vm.undefined)
)
console.log("result")
console.log(result)
return {
value: result,
}