Commit 3acf80c4 authored by nanu-c's avatar nanu-c

remove debuggingtool

parent 26f314d3
......@@ -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),
......
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