mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Remove forgotten console.log
This commit is contained in:
parent
6292abaa03
commit
264bff4577
1 changed files with 0 additions and 1 deletions
|
@ -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'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue