From 41f061335f4b162b3d70c1c9549be44ca88c0a13 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 15 Jun 2012 11:42:40 +0200 Subject: [PATCH] remove log statement --- source/Ox.UI/js/Form/FormPanel.js | 1 - 1 file changed, 1 deletion(-) 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,