summary refs log tree commit diff
path: root/synapse/federation
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-06-07 11:05:17 +0100
committerErik Johnston <erik@matrix.org>2017-06-07 11:05:17 +0100
commit6e2a7ee1bc7f576592573de2300a3a2e0f82e001 (patch)
tree9f7a05bb696ba96997ee63215b49e27c8f0d89a0 /synapse/federation
parentHandle None state group correctly (diff)
downloadsynapse-6e2a7ee1bc7f576592573de2300a3a2e0f82e001.tar.xz
Remove spurious log lines
Diffstat (limited to 'synapse/federation')
-rw-r--r--synapse/federation/transaction_queue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/federation/transaction_queue.py b/synapse/federation/transaction_queue.py

index 4c25ef1106..003eaba893 100644 --- a/synapse/federation/transaction_queue.py +++ b/synapse/federation/transaction_queue.py
@@ -188,7 +188,6 @@ class TransactionQueue(object): ], ) destinations = set(destinations) - logger.info("destinations: %r", destinations) if send_on_behalf_of is not None: # If we are sending the event on behalf of another server