From 627f53e79aa97a6ddafe71570dac5f827fce5939 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 2 Apr 2019 02:21:50 +0200 Subject: [PATCH] Remove console.log meant for debugging --- src/js/yunohost/controllers/apps.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/yunohost/controllers/apps.js b/src/js/yunohost/controllers/apps.js index ba44a5e6..9a7aafc9 100644 --- a/src/js/yunohost/controllers/apps.js +++ b/src/js/yunohost/controllers/apps.js @@ -345,8 +345,6 @@ args[k].helpText = ""; args[k].helpLink = ""; - - console.log(args[k]); // Multilingual label args[k].label = (typeof args[k].ask[y18n.locale] !== 'undefined') ? args[k].ask[y18n.locale] :