mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #203 from YunoHost/remove-console-log
Remove forgotten console.log
This commit is contained in:
commit
78f8df6680
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…
Reference in a new issue