Skip to content

Commit

Permalink
Remove console.log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
acuarica committed Dec 24, 2023
1 parent a07b056 commit 5ba0aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/evm/special.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe('evm::special', function () {
}

const stmts = reduce(state.stmts);
console.log(stmts);
const stmt = stmts[0];
expect(stmt.name).to.be.equal('Log');
expect((<Log>stmt).args![0].eval()).to.be.deep.equal(prop);
Expand Down

0 comments on commit 5ba0aaa

Please sign in to comment.