From 842be7ebbf9046538028e69a899b0a9d22e150ad Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 18 Jan 2023 17:32:43 +0530 Subject: [PATCH] removed console logs --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 2e9982f..1bae6b5 100644 --- a/index.html +++ b/index.html @@ -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');