# HG changeset patch # User Sylvain Thénault # Date 1474970417 -7200 # Node ID 43aefc671538c199f99c62fe16e792a305194613 # Parent 670aa9bf0b6cb57a90bf3e34b4596a8ed1df2995 [massive store] Drop duplicated log diff -r 670aa9bf0b6c -r 43aefc671538 cubicweb/dataimport/massive_store.py --- 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")