remove console
This commit is contained in:
parent
b3949e600e
commit
c712a0da46
@ -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}`)
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user