dataimport.py
changeset 9911 ea3dcb43b258
parent 9910 55d9d483e7c3
child 10007 727bbb361ed1
--- a/dataimport.py	Wed Jul 09 16:31:34 2014 +0200
+++ b/dataimport.py	Wed Jul 09 16:35:02 2014 +0200
@@ -1053,10 +1053,6 @@
                                nb_threads=self.nb_threads_statement,
                                support_copy_from=self.support_copy_from,
                                encoding=self.dbencoding)
-        except:
-            print 'failed to flush'
-        else:
-            print 'flush done'
         finally:
             _entities_sql.clear()
             _relations_sql.clear()