remove print statements
This commit is contained in:
parent
d9daf10889
commit
bb686389ce
2 changed files with 1 additions and 3 deletions
|
|
@ -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(':', '');
|
||||
});
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue