[mod] remove debug code

This commit is contained in:
Laurent Peuch 2019-07-02 21:57:27 +02:00
parent e9c4857c9c
commit c5fde43f03

View file

@ -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) {