diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-01 16:11:55 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-01 16:14:25 +0100 |
commit | 194238224614c0d01e0bbf9186398e15dafdf4ff (patch) | |
tree | c79c3915a97d927475c7bbe5acaa108358744f51 /synapse/federation | |
parent | user_id now in user_threepids (diff) | |
download | synapse-194238224614c0d01e0bbf9186398e15dafdf4ff.tar.xz |
Don't log enqueue_
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/transaction_queue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/federation/transaction_queue.py b/synapse/federation/transaction_queue.py index 4dccd93d0e..ca04822fb3 100644 --- a/synapse/federation/transaction_queue.py +++ b/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 |