[massive store] Drop buggy log call
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 27 Sep 2016 12:00:42 +0200
changeset 11705 54b1c8881f1e
parent 11704 43aefc671538
child 11706 43c5b3f31a3a
[massive store] Drop buggy log call PGHelper has no logger, the store has.
cubicweb/dataimport/massive_store.py
--- a/cubicweb/dataimport/massive_store.py	Tue Sep 27 12:00:17 2016 +0200
+++ b/cubicweb/dataimport/massive_store.py	Tue Sep 27 12:00:42 2016 +0200
@@ -533,7 +533,6 @@
     def restore_indexes_and_constraints(self):
         """Restore indexes and constraints."""
         if not self.table_exists('cwmassive_constraints'):
-            self.logger.info('The table cwmassive_constraints does not exist')
             return
         cu = self.sql('SELECT sql, insert_order FROM cwmassive_constraints '
                       'ORDER BY insert_order DESC')