Skip to content

Commit

Permalink
Removed rogue print() call
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 16, 2018
1 parent 904f1c7 commit 10a34f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datasette/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,6 @@ async def data(self, request, name, hash, table):
if sort or sort_desc:
sort_value = components[0]
components = components[1:]
print('sort_varlue = {}, components = {}'.format(
sort_value, components
))

# Figure out the SQL for next-based-on-primary-key first
next_by_pk_clauses = []
Expand Down

0 comments on commit 10a34f9

Please sign in to comment.