remove debug

This commit is contained in:
j 2013-05-10 11:20:41 +00:00
parent b7f742b45c
commit 1c1b65fa32

View file

@ -38,7 +38,6 @@ def annotation_sort_key(key):
def order_query(qs, sort):
order_by = []
print sort
for e in sort:
operator = e['operator']
if operator != '-':