Skip to content

Commit e60a102

Browse files
committed
Remove log
1 parent 2470774 commit e60a102

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/modules/select/wallets/imtoken.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ function imtoken(options: CommonWalletOptions): WalletModule {
4646
id: 42,
4747
}
4848

49-
return provider.sendAsync(params).then((res: any) => {
50-
console.log('balance result:', res)
51-
return res
52-
})
49+
return provider.sendAsync(params)
5350
},
5451
},
5552
name: getProviderName(imTokenProvider),

0 commit comments

Comments
 (0)