summaryrefslogtreecommitdiff
path: root/qvisqve/auth_router.py
diff options
context:
space:
mode:
Diffstat (limited to 'qvisqve/auth_router.py')
-rw-r--r--qvisqve/auth_router.py4
1 files changed, 0 insertions, 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')