Remove debug logging

erikj/persist_event_perf
Erik Johnston 2015-06-25 15:19:54 +01:00
parent 48520505cd
commit fd39ff3ec6
1 changed files with 0 additions and 3 deletions

View File

@ -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: