Skip to content

Commit

Permalink
[cleanup] removing print() artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 17, 2017
1 parent 08f09b4 commit 24c2585
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 24c2585

Please sign in to comment.