Skip to content

Commit c434f8a

Browse files
committed
style(data): remove console log
re #358 Former-commit-id: 729764d
1 parent 9fec161 commit c434f8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/data/src/ethers.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ describe("SemaphoreEthers", () => {
4040
startBlock: 0
4141
})
4242

43-
console.log(semaphore5)
44-
4543
expect(semaphore.network).toBe("sepolia")
4644
expect(semaphore.contract).toBeInstanceOf(Object)
4745
expect(semaphore1.network).toBe("arbitrum")

0 commit comments

Comments
 (0)