diff --git a/public/templates/test/dashboard/graph.tpl b/public/templates/test/dashboard/graph.tpl index a148a35b..f7e3dc74 100644 --- a/public/templates/test/dashboard/graph.tpl +++ b/public/templates/test/dashboard/graph.tpl @@ -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];