mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
Remove debugging
This commit is contained in:
parent
82ae0238f9
commit
5fd12dce01
1 changed files with 1 additions and 2 deletions
|
@ -260,8 +260,7 @@ class SimpleHttpClient(object):
|
|||
errcode = jsonBody['errcode']
|
||||
error = jsonBody['error']
|
||||
return MatrixCodeMessageException(response.code, error, errcode)
|
||||
except e:
|
||||
print e
|
||||
except:
|
||||
return CodeMessageException(response.code, body)
|
||||
|
||||
# XXX: FIXME: This is horribly copy-pasted from matrixfederationclient.
|
||||
|
|
Loading…
Add table
Reference in a new issue