Skip to content

Commit

Permalink
remove accidental console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Nov 27, 2024
1 parent d4e9496 commit caa9e1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/test/rpc/engine/newPayloadV4.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ describe(`${method}: call with executionPayloadV4`, () => {
}

res = await rpc.request(method, [validBlock, [], parentBeaconBlockRoot, ['0x', '0x', '0x']])
console.log(res)
assert.equal(res.result.status, 'VALID')

res = await rpc.request('engine_forkchoiceUpdatedV3', validPayload)
Expand Down

0 comments on commit caa9e1c

Please sign in to comment.