remove log statement
This commit is contained in:
parent
4b143de951
commit
41f061335f
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ Ox.FormPanel = function(options, self) {
|
|||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
Ox.Log('FORM', '---CHANGE---', data, self.$forms[i].valid())
|
||||
self.$list.value(section.id, 'valid', self.$forms[i].valid());
|
||||
that.triggerEvent('change', {
|
||||
section: section.id,
|
||||
|
|
Loading…
Reference in a new issue