diff --git a/source/Ox.UI/js/Code/ExamplePanel.js b/source/Ox.UI/js/Code/ExamplePanel.js index 387736f1..e136e56e 100644 --- a/source/Ox.UI/js/Code/ExamplePanel.js +++ b/source/Ox.UI/js/Code/ExamplePanel.js @@ -30,13 +30,11 @@ Ox.ExamplePanel = function(options, self) { .options(options || {}) .update({ mode: function() { - Ox.print('mode handler', self.options.selected) if (self.options.selected) { self.$page.options({selected: self.options.mode}); } }, selected: function() { - Ox.print('selected handler'); self.options.mode = 'source'; selectItem(self.options.selected); } diff --git a/source/Ox.UI/js/Form/Filter.js b/source/Ox.UI/js/Form/Filter.js index 1b8658c4..dae05cbf 100644 --- a/source/Ox.UI/js/Form/Filter.js +++ b/source/Ox.UI/js/Form/Filter.js @@ -809,7 +809,7 @@ Ox.Filter = function(options, self) { /* // FIXME: doesn't work for nested conditions query.conditions.forEach(function(condition) { - Ox.print('CO', condition.operator) + // Ox.print('CO', condition.operator) condition.operator = condition.operator.replace(':', ''); }); */