diff --git a/cps/db.py b/cps/db.py index 1e418593..f79a1206 100755 --- a/cps/db.py +++ b/cps/db.py @@ -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),