remove console

This commit is contained in:
liangping 2023-03-03 15:19:29 +08:00
parent b3949e600e
commit c712a0da46
2 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,6 @@ export default class ChainFetch {
async getWasmQuery(contract, query) {
const query_data = toBase64(Buffer.from(query))
console.log(contract, query_data)
return this.get(`/cosmwasm/wasm/v1/contract/${contract}/smart/${query_data}`)
}

View File

@ -835,7 +835,6 @@ export default {
})
},
showNft(denom, token) {
console.log(denom, token)
if (token) {
this.$http.getNFTdetails(denom, token).then(res => {
this.nft = res