From 9b50e9d8422915f5e237a2ac101cc05851defa96 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 14 Sep 2013 18:52:22 +0200 Subject: [PATCH] removed debug 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 feaa3a80..b5a654b7 100644 --- a/public/templates/test/dashboard/graph.tpl +++ b/public/templates/test/dashboard/graph.tpl @@ -17,7 +17,6 @@ $(document).ready(function(){ xaxis:{ min:0, max: 59, tickInterval: 5, pad: 0}, }, }; - console.log(options); for (var i = 0; i < 59; i++) { storedData[i] = [i, 0] } var d = new Date(); storedData[d.getMinutes()] = [ d.getMinutes(), {/literal}{$GLOBAL.userdata.hashrate}{literal} ];