remove debug

This commit is contained in:
j 2013-03-01 09:15:07 +00:00
parent f01534b36c
commit 18e81ae111
1 changed files with 0 additions and 2 deletions

View File

@ -172,9 +172,7 @@ def parse_query(data, user):
for key in ('keys', 'group', 'text', 'range', 'position', 'positions', 'sort'):
if key in data:
query[key] = data[key]
print data
query['qs'] = models.Text.objects.find(data, user).exclude(name='')
print query
return query