mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Remove debug logging
This commit is contained in:
parent
ddb816cf60
commit
ed877d6585
2 changed files with 0 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue