Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
R2Boyo25 committed Mar 25, 2022
1 parent 991d427 commit 76d7ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
var i;

var j = JSON.parse(httpGet("/stats"));
console.log(memChart.data.datasets[0].data);

memChart.data.datasets.forEach(dataset => {
dataset.data = j[0];
});
Expand Down

0 comments on commit 76d7ea1

Please sign in to comment.