Don't log enqueue_

pull/4/merge
Erik Johnston 10 years ago
parent eb9bd2d949
commit 1942382246
  1. 1
      synapse/federation/transaction_queue.py

@ -104,7 +104,6 @@ class TransactionQueue(object):
return not destination.startswith("localhost")
@defer.inlineCallbacks
@log_function
def enqueue_pdu(self, pdu, destinations, order):
# We loop through all destinations to see whether we already have
# a transaction in progress. If we do, stick it in the pending_pdus

Loading…
Cancel
Save