Skip to content

Commit

Permalink
vm/tests: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Feb 1, 2022
1 parent 45f0676 commit 6999d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vm/tests/tester/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ export function getCommon(targetNetwork: string) {
defaultHardfork: hfName,
})
const eips = targetNetwork.match(/(?<=\+)(.\d+)/g)
console.log(eips)
if (eips) {
common.setEIPs(eips.map((e: string) => parseInt(e)))
}
Expand Down

0 comments on commit 6999d27

Please sign in to comment.