From 3acf80c42b234230e49a26ecc52cd8ea2ea70e0e Mon Sep 17 00:00:00 2001 From: nanu-c Date: Mon, 22 May 2017 23:06:55 +0200 Subject: [PATCH] remove debuggingtool --- cps/db.py | 2 -- 1 file changed, 2 deletions(-) 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),