From bb686389ce95e99db55e8b1aa723fba7126a4c21 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 9 Jul 2012 17:38:30 +0200 Subject: [PATCH] remove print statements --- source/Ox.UI/js/Code/ExamplePanel.js | 2 -- source/Ox.UI/js/Form/Filter.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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(':', ''); }); */