removing useless log

This commit is contained in:
Rodolphe Breard 2012-11-21 17:50:18 +01:00
parent a350f44eaa
commit 20650e5ce1

View file

@ -41,7 +41,6 @@ OptionsManager.prototype.types = {
elem.value = val;
},
"checkbox": function(elem, val) {
console.log(val);
if (!val) {
elem.removeAttribute('checked');
} else {