disabled JS console output

This commit is contained in:
Sebastian Grewe 2013-09-15 17:52:49 +02:00
parent 0b0483f679
commit 27a76509f6

View File

@ -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}) }