Remove console.log

This commit is contained in:
liangping 2021-08-06 15:43:11 +08:00
parent 651417f83a
commit 615166ff1d
2 changed files with 1 additions and 3 deletions

View File

@ -206,8 +206,6 @@ router.beforeEach((to, from, next) => {
} }
next() next()
} else if (c) { } else if (c) {
console.log(from, to, c)
// if (c) {
next({ name: 'chain-404' }) next({ name: 'chain-404' })
} else { } else {
next() next()

View File

@ -1,5 +1,5 @@
{ {
"chain_name": "iris", "chain_name": "iris",
"api": "https://lcd-iris.keplr.app", "api": "http://sentry-1.mainnet.irisnet.org:1317",
"logo": "https://dl.airtable.com/.attachments/2d6d51b1b262db00ecc51616ffc3bdf5/90ff00d0/IRISnet.svg" "logo": "https://dl.airtable.com/.attachments/2d6d51b1b262db00ecc51616ffc3bdf5/90ff00d0/IRISnet.svg"
} }