diff --git a/src/calibre/library/server/browse.py b/src/calibre/library/server/browse.py index 959248fdf8..d25c34d52b 100644 --- a/src/calibre/library/server/browse.py +++ b/src/calibre/library/server/browse.py @@ -749,7 +749,6 @@ class BrowseServer(object): @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: