Commit b5518e1a authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed debug.

parent 890f2e45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ class CloneJob(BaseMigrationJob):
        # Compare checksum of two answers:
        checksums = []
        assert len(msgs) == 2
        logging.info('%r' % (msgs, ))

        for msg in msgs:
            if msg.get('error') is not None:
                msg = 'error while copy: %s' % msg['error']['message']