1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-15 15:23:12 +00:00

Remove testing code

This commit is contained in:
Ozzie Isaacs 2025-03-23 15:29:03 +01:00
parent 646937272a
commit 86e6161b89

View File

@ -808,10 +808,6 @@ def render_archived_books(page, sort_param):
@web.route('/page/<int:page>')
@login_required_if_no_ano
def index(page):
try:
x = 7/0
except Exception:
log.error("test", stacklevel=1)
sort_param = (request.args.get('sort') or 'stored').lower()
return render_books_list("newest", sort_param, 1, page)