remove debug
This commit is contained in:
parent
68b0e525ca
commit
413848638b
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ class SQLCompiler(SQLCompiler):
|
|||
result = _result
|
||||
else:
|
||||
result = map(lambda e: e + ' NULLS LAST', result)
|
||||
print result
|
||||
return result, group_by
|
||||
|
||||
class Query(Query):
|
||||
|
|
Loading…
Reference in a new issue