mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 09:33:42 +02:00
Remove silly print statement
This commit is contained in:
parent
eafa02f6f9
commit
2add5649ef
1 changed files with 0 additions and 1 deletions
|
|
@ -749,7 +749,6 @@ def browse_get_book_args(self, mi, id_, add_category_links=False):
|
|||
|
||||
@Endpoint(mimetype='application/json; charset=utf-8')
|
||||
def browse_booklist_page(self, ids=None, sort=None):
|
||||
print('here')
|
||||
if sort == 'null':
|
||||
sort = None
|
||||
if ids is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue