]> git.datanom.net - securemail.git/blobdiff - db.py
Do not double print sql error
[securemail.git] / db.py
diff --git a/db.py b/db.py
index cabd8bf1da347429613491854d6b8b9d39d21447..e5953968d25989b3dd56fb13e528f6f40b5567cb 100644 (file)
--- a/db.py
+++ b/db.py
@@ -163,7 +163,6 @@ class DBInterface:
                 cursor.execute(sqlite_sql)
                 cursor.execute('commit')
         except DBError as e:
-            print (e)
             if DBTYPE != 'sqlite':
                 conn.rollback()
             else:
This page took 0.02802 seconds and 5 git commands to generate.