去掉打印值

pull/7/head
李强 2021-03-29 01:56:17 +08:00
parent 2514d98173
commit c290f2e1df
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def get_request_user(request, authenticate=True):
if user and user.is_authenticated: if user and user.is_authenticated:
return user return user
user, tokrn = OpAuthJwtAuthentication().authenticate(request) user, tokrn = OpAuthJwtAuthentication().authenticate(request)
print(22, user)
return user or AnonymousUser() return user or AnonymousUser()