Remove debug logging

This commit is contained in:
Erik Johnston 2015-02-11 16:50:46 +00:00
parent ddb816cf60
commit ed877d6585
2 changed files with 0 additions and 12 deletions

View file

@ -315,9 +315,6 @@ class FederationHandler(BaseHandler):
unfreeze(event.get_pdu_json())
)
logger.info("Builder: %s", builder.get_pdu_json())
logger.info("Content: %s", content)
handled_events = set()
try:
@ -328,21 +325,14 @@ class FederationHandler(BaseHandler):
if not hasattr(event, "signatures"):
builder.signatures = {}
logger.info("Content befhahs: %s", builder.content)
add_hashes_and_signatures(
builder,
self.hs.hostname,
self.hs.config.signing_key[0],
)
logger.info("Content aftet hah: %s", builder.content)
logger.info("Content pdu json: %s", builder.get_pdu_json())
new_event = builder.build()
logger.info("Content after build: %s", new_event.content)
# Try the host we successfully got a response to /make_join/
# request first.
try: