Remove silly print statement

This commit is contained in:
Charles Haley 2013-05-14 16:45:23 +02:00
parent eafa02f6f9
commit 2add5649ef

View file

@ -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: