remove debug
This commit is contained in:
parent
ebfe7898ca
commit
d29309e8b3
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ def parse(data):
|
||||||
if [r for r in query['range'] if not isinstance(r, int)]:
|
if [r for r in query['range'] if not isinstance(r, int)]:
|
||||||
logger.error('range must be 2 integers! got this: %s', query['range'])
|
logger.error('range must be 2 integers! got this: %s', query['range'])
|
||||||
query['range'] = [0, 0]
|
query['range'] = [0, 0]
|
||||||
#print data
|
|
||||||
query['qs'] = models.Item.find(data)
|
query['qs'] = models.Item.find(data)
|
||||||
if 'group' not in query:
|
if 'group' not in query:
|
||||||
query['qs'] = order(query['qs'], query['sort'])
|
query['qs'] = order(query['qs'], query['sort'])
|
||||||
|
|
Loading…
Reference in a new issue