Merge pull request #203 from YunoHost/remove-console-log

Remove forgotten console.log
This commit is contained in:
Bram 2018-08-05 16:12:09 +02:00 committed by GitHub
commit 78f8df6680
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,6 @@
}); });
c.api("/diagnosis", function(data) { c.api("/diagnosis", function(data) {
console.log(data);
if (data.security["CVE-2017-5754"].vulnerable) { if (data.security["CVE-2017-5754"].vulnerable) {
c.flash('danger', y18n.t('meltdown')); c.flash('danger', y18n.t('meltdown'));
} }