forked from 0x2620/pandora
remove debug
This commit is contained in:
parent
f01534b36c
commit
18e81ae111
1 changed files with 0 additions and 2 deletions
|
@ -172,9 +172,7 @@ def parse_query(data, user):
|
||||||
for key in ('keys', 'group', 'text', 'range', 'position', 'positions', 'sort'):
|
for key in ('keys', 'group', 'text', 'range', 'position', 'positions', 'sort'):
|
||||||
if key in data:
|
if key in data:
|
||||||
query[key] = data[key]
|
query[key] = data[key]
|
||||||
print data
|
|
||||||
query['qs'] = models.Text.objects.find(data, user).exclude(name='')
|
query['qs'] = models.Text.objects.find(data, user).exclude(name='')
|
||||||
print query
|
|
||||||
return query
|
return query
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue