Skip to content

Commit

Permalink
[cleanup] removing print() artefacts (#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Oct 23, 2017
1 parent b4bdc45 commit 58ea736
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions superset/connectors/sqla/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,6 @@ def get_sqla_query( # sqla

for col, ascending in orderby:
direction = asc if ascending else desc
print('-='*20)
print([col, ascending])
print('-='*20)
qry = qry.order_by(direction(col))

if row_limit:
Expand Down

0 comments on commit 58ea736

Please sign in to comment.