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