From 2add5649efcd28d6dc2e5a8444ceb54d7148d131 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Tue, 14 May 2013 16:45:23 +0200 Subject: [PATCH] Remove silly print statement --- src/calibre/library/server/browse.py | 1 - 1 file changed, 1 deletion(-) 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: