diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-25 15:19:54 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-25 15:19:54 +0100 |
commit | fd39ff3ec6336961a5f8465ea251ca0effb76dfc (patch) | |
tree | ab67b941ff47eee1f1a7a955ac010bcf59f9d42e | |
parent | Dedupe auth_chain + state (diff) | |
download | synapse-fd39ff3ec6336961a5f8465ea251ca0effb76dfc.tar.xz |
Remove debug logging
-rw-r--r-- | synapse/federation/federation_client.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index 6f0cc51819..7736d14fb5 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -410,9 +410,6 @@ class FederationClient(FederationBase): if p.event_id in valid_pdus_map ] - logger.info("signed_state: %r", [p.event_id for p in signed_state]) - logger.info("signed_auth: %r", [p.event_id for p in signed_auth]) - # NB: We *need* to copy to ensure that we don't have multiple # references being passed on, as that causes... issues. for s in signed_state: |