From c5fde43f03275d51939adfd51b98ab2cd9f129b9 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 2 Jul 2019 21:57:27 +0200 Subject: [PATCH] [mod] remove debug code --- src/js/yunohost/controllers/apps.js | 1 - 1 file changed, 1 deletion(-) 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) {