mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove silly print statement
This commit is contained in:
parent
eafa02f6f9
commit
2add5649ef
@ -749,7 +749,6 @@ class BrowseServer(object):
|
|||||||
|
|
||||||
@Endpoint(mimetype='application/json; charset=utf-8')
|
@Endpoint(mimetype='application/json; charset=utf-8')
|
||||||
def browse_booklist_page(self, ids=None, sort=None):
|
def browse_booklist_page(self, ids=None, sort=None):
|
||||||
print('here')
|
|
||||||
if sort == 'null':
|
if sort == 'null':
|
||||||
sort = None
|
sort = None
|
||||||
if ids is None:
|
if ids is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user