Removed rogue print() call

pull/209/head
Simon Willison 2018-04-16 08:38:09 -07:00
rodzic 904f1c75a3
commit 10a34f995c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 17E2DEA2588B7F52
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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 = []