1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-24 22:23:16 +00:00

remove debuggingtool

This commit is contained in:
nanu-c 2017-05-22 23:06:55 +02:00
parent 26f314d371
commit 3acf80c42b

View File

@ -335,8 +335,6 @@ def setup_db():
primary_key=True)
)
cc_ids.append([row.id, row.datatype])
import sys
print >>sys.stderr,row.datatype
if row.datatype == 'bool':
ccdict = {'__tablename__': 'custom_column_' + str(row.id),
'id': Column(Integer, primary_key=True),