From 7cd0e64eddff971c8c1212a2742f058dba786134 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 31 Jul 2018 16:25:28 +0300 Subject: Drop: log message that logs user-supplied password --- qvisqve/auth_router.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qvisqve/auth_router.py b/qvisqve/auth_router.py index 691571f..a91661c 100644 --- a/qvisqve/auth_router.py +++ b/qvisqve/auth_router.py @@ -38,10 +38,6 @@ class AuthRouter(qvisqve.Router): ] def _auth(self, content_type, body, *args, **kwargs): - qvisqve.log.log( - 'xxx', msg_text='_auth called', content_type=content_type, - body=body, args=args, kwargs=kwargs) - if content_type != 'application/x-www-form-urlencoded': return qvisqve.bad_request_response('Wrong content type') -- cgit v1.2.1