diff --git a/source/Ox.UI/js/Form/FormPanel.js b/source/Ox.UI/js/Form/FormPanel.js index 840fdf55..93f4cb39 100644 --- a/source/Ox.UI/js/Form/FormPanel.js +++ b/source/Ox.UI/js/Form/FormPanel.js @@ -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,