Skip to content

Commit 909577c

Browse files
committed
remove console.log
1 parent a99e417 commit 909577c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/sequence/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ function sequence(options?: SequenceOptions): WalletInit {
4444
eth_chainId: async () => {
4545
const chainId = await instance.getChainId()
4646

47-
console.log(chainId.toString(16))
48-
4947
return `0x${chainId.toString(16)}`
5048
}
5149
})

0 commit comments

Comments
 (0)