diff --git a/src/libs/fetch.js b/src/libs/fetch.js index 38e992b7..61321c24 100644 --- a/src/libs/fetch.js +++ b/src/libs/fetch.js @@ -176,7 +176,6 @@ const chainAPI = class ChainFetch { pagination: {}, })) } - console.log('url:', encodeURIComponent(next)) return this.get(`/cosmos/gov/v1beta1/proposals/${pid}/votes?pagination.key=${encodeURIComponent(next)}&pagination.limit=${limit}`) }