author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 27 Sep 2016 12:00:17 +0200 | |
changeset 11704 | 43aefc671538 |
parent 11703 | 670aa9bf0b6c |
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")