diff --git a/src/js/yunohost/controllers/home.js b/src/js/yunohost/controllers/home.js index 8f06867c..7587fd0f 100644 --- a/src/js/yunohost/controllers/home.js +++ b/src/js/yunohost/controllers/home.js @@ -72,7 +72,6 @@ }); c.api("/diagnosis", function(data) { - console.log(data); if (data.security["CVE-2017-5754"].vulnerable) { c.flash('danger', y18n.t('meltdown')); }