diff --git a/src/js/yunohost/controllers/apps.js b/src/js/yunohost/controllers/apps.js index 3980cb48..6c9ac406 100644 --- a/src/js/yunohost/controllers/apps.js +++ b/src/js/yunohost/controllers/apps.js @@ -435,7 +435,6 @@ if (args[k].type == 'boolean') { args[k].inputType = 'checkbox'; - console.log(args[k]); // Checked or not ? if (typeof args[k].default !== 'undefined') { if (args[k].default == true) {