forked from MirrorHub/synapse
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…
Reference in a new issue