Skip to content
Snippets Groups Projects
Commit 7c809abe authored by Daniel Wagner-Hall's avatar Daniel Wagner-Hall
Browse files

Merge branch 'develop' into daniel/3pidinvites

parents 61ee7251 db6e1e1f
No related merge requests found
......@@ -47,7 +47,6 @@ class CodeMessageException(RuntimeError):
"""An exception with integer code and message string attributes."""
def __init__(self, code, msg):
logger.info("%s: %s, %s", type(self).__name__, code, msg)
super(CodeMessageException, self).__init__("%d: %s" % (code, msg))
self.code = code
self.msg = msg
......
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