remove console.log

This commit is contained in:
liangping 2022-04-11 08:36:15 +08:00
parent d08f86aa49
commit 9a930ee1aa

View File

@ -639,7 +639,6 @@ export default {
this.stakingParameters = res
})
}).catch(err => {
console.log(err)
this.error = err
})
},