cubicweb/dataimport/massive_store.py
changeset 11705 54b1c8881f1e
parent 11704 43aefc671538
child 11707 2c4518fea26f
--- 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')