[massive store] Drop buggy log call
PGHelper has no logger, the store has.
--- 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')