Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
cheethas committed Apr 18, 2023
1 parent fead617 commit 7898d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/circuits.js/src/abis/abis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ describe('abis wasm bindings', () => {
const args = [new Fr(0n), new Fr(1n), new Fr(0n), new Fr(1n), new Fr(0n), new Fr(1n), new Fr(0n), new Fr(1n)];
const vkHash = Buffer.alloc(32);
const res = await hashConstructor(wasm, functionData, args, vkHash);
console.log('res', Uint8Array.from(res));
expect(res).toMatchSnapshot();
});

Expand Down

0 comments on commit 7898d38

Please sign in to comment.