From c31dcfbb627e472dadf191b5fdbe0483dbee884c Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 22 Feb 2020 23:36:52 +0530 Subject: [PATCH] preformance improvement The console logs slows down the browser and script, Thus, Adding console.clear() before refreshing the data. --- app/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index.html b/app/index.html index 0c46cd2..0d0e16b 100644 --- a/app/index.html +++ b/app/index.html @@ -8571,6 +8571,7 @@ Bitcoin.Util = { } function autoRefreshBlockchainData(){ + console.clear() refreshBlockchainData().then(result => { console.log(result) autoDeleteStoredData()