preformance improvement
The console logs slows down the browser and script, Thus, Adding console.clear() before refreshing the data.
This commit is contained in:
parent
980f516cb8
commit
c31dcfbb62
@ -8571,6 +8571,7 @@ Bitcoin.Util = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function autoRefreshBlockchainData(){
|
function autoRefreshBlockchainData(){
|
||||||
|
console.clear()
|
||||||
refreshBlockchainData().then(result => {
|
refreshBlockchainData().then(result => {
|
||||||
console.log(result)
|
console.log(result)
|
||||||
autoDeleteStoredData()
|
autoDeleteStoredData()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user