Remove console.log meant for debugging

This commit is contained in:
Alexandre Aubin 2019-04-02 02:21:50 +02:00
parent d34da9cc7e
commit 627f53e79a

View file

@ -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] :