Skip to content

Commit

Permalink
Remove unneeded console.log
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica committed Mar 25, 2024
1 parent 0aca263 commit cdb7d7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/relay/tests/lib/eth/eth_getLogs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ describe('@ethGetLogs using MirrorNode', async function () {
});

[CONTRACT_ADDRESS_1, [CONTRACT_ADDRESS_1]].forEach((address) => {
console.log(address);
it(`single address filter \`${JSON.stringify(address)}\` and large block range`, async function () {
const filteredLogs = {
logs: [DEFAULT_LOGS.logs[0], DEFAULT_LOGS.logs[1], DEFAULT_LOGS.logs[2]],
Expand Down

0 comments on commit cdb7d7c

Please sign in to comment.