remove print statements

This commit is contained in:
rolux 2012-07-09 17:38:30 +02:00
commit bb686389ce
2 changed files with 1 additions and 3 deletions

View file

@ -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(':', '');
});
*/