remove debugger

This commit is contained in:
CounterFire2023 2024-04-12 20:16:31 +08:00
parent 6389c426a7
commit 63aa346c8f

View File

@ -136,7 +136,6 @@ export class Wallet {
async changeChain(){
const chainId = chainData.id
debugger
if (store.state.wallet.chainId === chainId) {
return
}