mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[mod] remove debug code
This commit is contained in:
parent
e9c4857c9c
commit
c5fde43f03
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue