Drop replication log levels

This commit is contained in:
Erik Johnston 2016-09-09 14:05:01 +01:00
parent ea05155a8c
commit ab80d5e0a9
2 changed files with 2 additions and 3 deletions

View file

@ -229,7 +229,6 @@ class TransactionQueue(object):
"dropping transaction for now",
destination,
)
success = False
finally:
# We want to be *very* sure we delete this after we stop processing
self.pending_transactions.pop(destination, None)