Skip to content
Snippets Groups Projects
Commit b752b9dc authored by Tibo's avatar Tibo
Browse files

Remove logginge

parent e45ffa19
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ window.monitorMemChart = function(element) {
+ window.monitorServerID + "/" + window.monitorServerToken
+ "/memory";
$.getJSON(meminfo_url, function(data) {
console.log(data);
var new_dataset = {
label: 'Used',
backgroundColor: 'rgba(0, 178, 0, 0.3)',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment