removing JS console output
This commit is contained in:
parent
4aea28cb9c
commit
0c3713284f
@ -68,7 +68,6 @@ $(document).ready(function(){
|
||||
url: url,
|
||||
dataType: "json",
|
||||
success: function(data) {
|
||||
console.log(storedData.length);
|
||||
// Start dropping out elements
|
||||
if (storedData.length > 20) { storedData.shift(); }
|
||||
storedData[storedData.length] = [new Date().getTime(), data.getuserhashrate.hashrate];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user