mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Remove stray print
This commit is contained in:
parent
aa83bda3ca
commit
b2bef69f7f
@ -610,7 +610,6 @@ class AuthTokenView(APIView):
|
||||
return Response(serializer.errors, status=status.HTTP_400_BAD_REQUEST)
|
||||
|
||||
def delete(self, request):
|
||||
print request.META
|
||||
if 'HTTP_AUTHORIZATION' in request.META:
|
||||
token_match = re.match("Token\s(.+)", request.META['HTTP_AUTHORIZATION'])
|
||||
if token_match:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user