Commit f5ded86c authored by cbartondock's avatar cbartondock

removed extraneous logs

parent d0671ec5
......@@ -695,8 +695,6 @@ def render_prepare_search_form(cc):
.filter(calibre_db.common_filters()) \
.group_by(db.Data.format)\
.order_by(db.Data.format).all()
log.info(f"shelves: {shelves}")
log.info(f"series: {series}")
if current_user.filter_language() == u"all":
languages = calibre_db.speaking_language()
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment