Skip to content
Snippets Groups Projects
Unverified Commit 2f8491da authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Fix logging error when a tampered event is detected. (#5500)

parent 8fecb5fc
No related branches found
No related tags found
No related merge requests found
Fix logging error when a tampered event is detected.
......@@ -163,7 +163,6 @@ class FederationBase(object):
logger.warning(
"Event %s content has been tampered, redacting",
pdu.event_id,
pdu.get_pdu_json(),
)
return redacted_event
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment