From 27a76509f67c612140944059b6ff99c955c5add8 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sun, 15 Sep 2013 17:52:49 +0200 Subject: [PATCH] disabled 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 89eeb116..57711180 100644 --- a/public/templates/test/dashboard/graph.tpl +++ b/public/templates/test/dashboard/graph.tpl @@ -61,7 +61,6 @@ $(document).ready(function(){ // Start dropping out elements if (storedData.length > 20) { storedData.shift(); } storedData[storedData.length] = [new Date().getTime(), data.getuserhashrate.hashrate]; - console.log(storedData); if (typeof(plot1) != "undefined") plot1.replot({data: [storedData]}); }, complete: function() { setTimeout(workerHashrateGraph, {/literal}{($GLOBAL.config.statistics_ajax_refresh_interval * 1000)|default:"10000"}{literal}) }