kopia lustrzana https://github.com/simonw/datasette
Removed rogue print() call
rodzic
904f1c75a3
commit
10a34f995c
|
@ -740,9 +740,6 @@ class TableView(RowTableShared):
|
|||
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 = []
|
||||
|
|
Ładowanie…
Reference in New Issue