cubicweb/dataimport/massive_store.py
changeset 11704 43aefc671538
parent 11331 f2ff82dfcd5c
child 11705 54b1c8881f1e
--- a/cubicweb/dataimport/massive_store.py	Tue Sep 27 11:23:51 2016 +0200
+++ b/cubicweb/dataimport/massive_store.py	Tue Sep 27 12:00:17 2016 +0200
@@ -334,7 +334,6 @@
 
     def finish(self):
         """Remove temporary tables and columns."""
-        self.logger.info("Start cleaning")
         if self.slave_mode:
             raise RuntimeError('Store cleanup is not allowed in slave mode')
         self.logger.info("Start cleaning")