# HG changeset patch # User Sylvain Thénault # Date 1474970442 -7200 # Node ID 54b1c8881f1efbb0626b78a6b2fda2fcdba68abd # Parent 43aefc671538c199f99c62fe16e792a305194613 [massive store] Drop buggy log call PGHelper has no logger, the store has. diff -r 43aefc671538 -r 54b1c8881f1e 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')