removing useless log
This commit is contained in:
parent
a350f44eaa
commit
20650e5ce1
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ OptionsManager.prototype.types = {
|
|||
elem.value = val;
|
||||
},
|
||||
"checkbox": function(elem, val) {
|
||||
console.log(val);
|
||||
if (!val) {
|
||||
elem.removeAttribute('checked');
|
||||
} else {
|
||||
|
|
Reference in a new issue