forked from 0x2620/pandora
remove debug
This commit is contained in:
parent
b7f742b45c
commit
1c1b65fa32
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ def annotation_sort_key(key):
|
||||||
|
|
||||||
def order_query(qs, sort):
|
def order_query(qs, sort):
|
||||||
order_by = []
|
order_by = []
|
||||||
print sort
|
|
||||||
for e in sort:
|
for e in sort:
|
||||||
operator = e['operator']
|
operator = e['operator']
|
||||||
if operator != '-':
|
if operator != '-':
|
||||||
|
|
Loading…
Reference in a new issue