summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2009-12-16 10:08:04 +0100
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2009-12-16 10:08:04 +0100
commit60b6a742f49a9076c86556385d10f9984ad8e6a3 (patch)
treebff66b612243f1c6c30b953fad26121963cbdd3c
parentb5787352cea7b205ad9da5c4a7aa0385f8aa2052 (diff)
downloadlogilab-common-60b6a742f49a9076c86556385d10f9984ad8e6a3.tar.gz
cleanup debugging prints
-rw-r--r--db.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/db.py b/db.py
index 4ee9d63..5c96044 100644
--- a/db.py
+++ b/db.py
@@ -578,8 +578,6 @@ class _MySqlDBAdapter(DBAPIAdapter):
return DBAPIAdapter.process_value(self, value, description, encoding, binarywrap)
def type_code_test(self, cursor):
- print '*'*80
- print 'module type codes'
for typename in ('STRING', 'BOOLEAN', 'BINARY', 'DATETIME', 'NUMBER'):
print typename, getattr(self, typename)
try: