1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-19 01:27:40 +00:00

remove some commented code and debug prints

This commit is contained in:
Cervinko Cera
2016-04-20 19:42:24 +02:00
parent 6a3115ebd5
commit 27d5a79efb
2 changed files with 0 additions and 13 deletions

View File

@@ -200,8 +200,3 @@ def update_dir_stucture(book_id):
book.path = new_authordir + "/" + book.path.split("/")[1]
db.session.commit()
#def get_custom_columns(id):
# cc = db.session.query(db.Custom_Columns).all()
# for c in cc:
# print c.name