Skip to content

Commit 2549acf

Browse files
committed
remove console.log
1 parent 545bb36 commit 2549acf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/select/wallets/torus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ function torus(options: TorusOptions & { networkId: number }): WalletModule {
8181
if (err) {
8282
reject(`Error while checking Balance: ${err}`)
8383
} else {
84-
console.log(data.toString())
8584
resolve(data.toString())
8685
}
8786
}

0 commit comments

Comments
 (0)