removing JS console output

This commit is contained in:
Sebastian Grewe 2013-09-15 14:23:31 +02:00
parent 4aea28cb9c
commit 0c3713284f

View File

@ -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];