diff options
author | Erik Johnston <erik@matrix.org> | 2017-06-07 11:05:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-06-07 11:05:17 +0100 |
commit | 6e2a7ee1bc7f576592573de2300a3a2e0f82e001 (patch) | |
tree | 9f7a05bb696ba96997ee63215b49e27c8f0d89a0 /synapse/federation | |
parent | Handle None state group correctly (diff) | |
download | synapse-6e2a7ee1bc7f576592573de2300a3a2e0f82e001.tar.xz |
Remove spurious log lines
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 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 |