Remove debug raise
This commit is contained in:
parent
08e70231c9
commit
676e8ee78a
|
@ -361,13 +361,6 @@ class FederationServer(FederationBase):
|
|||
affected=pdu.event_id,
|
||||
)
|
||||
|
||||
raise FederationError(
|
||||
"ERROR",
|
||||
403,
|
||||
"Forbidden",
|
||||
affected=pdu.event_id,
|
||||
)
|
||||
|
||||
state = None
|
||||
|
||||
auth_chain = []
|
||||
|
|
Loading…
Reference in New Issue