From 0c3713284f685945e9272bcea4d473bd7d9f9109 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sun, 15 Sep 2013 14:23:31 +0200 Subject: [PATCH] removing JS console output --- public/templates/test/dashboard/graph.tpl | 1 - 1 file changed, 1 deletion(-) 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];