forked from 0x2620/pandora
remove print statement
This commit is contained in:
parent
3b401b7166
commit
7b042303a8
1 changed files with 0 additions and 1 deletions
|
@ -466,7 +466,6 @@ pandora.ui.usersDialog = function() {
|
||||||
: !guests ? [{key: 'level', value: 'guest', operator: '!='}] : [],
|
: !guests ? [{key: 'level', value: 'guest', operator: '!='}] : [],
|
||||||
operator: key == 'all' && value ? '|' : '&'
|
operator: key == 'all' && value ? '|' : '&'
|
||||||
};
|
};
|
||||||
Ox.print('CONDITIONS', query.conditions)
|
|
||||||
$list.options({
|
$list.options({
|
||||||
items: function(data, callback) {
|
items: function(data, callback) {
|
||||||
return pandora.api.findUsers(Ox.extend(data, {
|
return pandora.api.findUsers(Ox.extend(data, {
|
||||||
|
|
Loading…
Reference in a new issue