From 264bff4577f6e9c576a83aa6c8815e0558625836 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 5 Aug 2018 15:04:42 +0200 Subject: [PATCH] Remove forgotten console.log --- src/js/yunohost/controllers/home.js | 1 - 1 file changed, 1 deletion(-) 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')); }