forked from MirrorHub/synapse
Don't log enqueue_
This commit is contained in:
parent
eb9bd2d949
commit
1942382246
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue