Remove forgotten console.log

This commit is contained in:
Alexandre Aubin 2018-08-05 15:04:42 +02:00 committed by GitHub
parent 6292abaa03
commit 264bff4577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'));
}