remove debug

This commit is contained in:
j 2013-10-11 20:13:10 +02:00
parent 68b0e525ca
commit 413848638b

View file

@ -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):