Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch authored and IlyasRidhuan committed Jun 5, 2024
1 parent 515ec55 commit 00c3ee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/simulator/src/avm/opcodes/ec_add.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ describe('EC Instructions', () => {
});

it('Should add correctly', async () => {
console.log(grumpkin.generator());
const G2 = grumpkin.add(grumpkin.generator(), grumpkin.generator());
const zero = new Uint8(0);

Expand Down

0 comments on commit 00c3ee5

Please sign in to comment.