removed console logs

This commit is contained in:
sairaj mote 2023-01-18 17:32:43 +05:30
parent 7302255578
commit 842be7ebbf

View File

@ -1484,13 +1484,11 @@
fetchJson(`${window.tokenApiUrl}/api/v1.0/categoriseString/` + text)
.then(function (myJson) {
console.log(`${window.tokenApiUrl}/api/v1.0/categoriseString/` + text)
console.log(myJson)
if (myJson['type'] == 'transaction') {
//console.log('data entered is a transaction hash');
location.href = `#/transaction/${text}`
} else if (myJson['type'] == 'block') {
console.log('data entered is a block hash');
// console.log('data entered is a block hash');
location.href = `#/block/${text}`
} else {
//console.log('data entered is noise');