mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed rogue print() call
This commit is contained in:
parent
904f1c75a3
commit
10a34f995c
1 changed files with 0 additions and 3 deletions
|
|
@ -740,9 +740,6 @@ class TableView(RowTableShared):
|
||||||
if sort or sort_desc:
|
if sort or sort_desc:
|
||||||
sort_value = components[0]
|
sort_value = components[0]
|
||||||
components = components[1:]
|
components = components[1:]
|
||||||
print('sort_varlue = {}, components = {}'.format(
|
|
||||||
sort_value, components
|
|
||||||
))
|
|
||||||
|
|
||||||
# Figure out the SQL for next-based-on-primary-key first
|
# Figure out the SQL for next-based-on-primary-key first
|
||||||
next_by_pk_clauses = []
|
next_by_pk_clauses = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue