1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-11-28 20:39:59 +00:00

remove unused code

This commit is contained in:
Faisal Alghamdi 2018-03-07 09:59:47 +03:00
parent 43eb3b6f9c
commit 78caf3379d

View File

@ -3411,7 +3411,6 @@ def upload_multi():
author_names.append(author.name)
if config.config_use_google_drive:
updateGdriveCalibreFromLocal()
cc = db.session.query(db.Custom_Columns).filter(db.Custom_Columns.datatype.notin_(db.cc_exceptions)).all()
return redirect(url_for("index"))
else:
return redirect(url_for("index"))