mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Remove console.log meant for debugging
This commit is contained in:
parent
d34da9cc7e
commit
627f53e79a
1 changed files with 0 additions and 2 deletions
|
@ -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] :
|
||||
|
|
Loading…
Reference in a new issue