Remove temporary debug messages

This commit is contained in:
Tulir Asokan
2018-05-19 21:42:48 +03:00
parent 1639099401
commit adbd048108
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -141,7 +141,6 @@ class PublicBridgeWebsite:
error="Internal server error while sending password.")
async def post_login(self, request):
self.log.debug(request)
data = await request.post()
if "mxid" not in data:
return self.render_login(error="Please enter your Matrix ID.", status=400)