Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit f807b4d

Browse files
committed
Remove debugging print
1 parent 0c0ea71 commit f807b4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rest_framework_jwt/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ def jwt_payload_handler(user):
2121
except AttributeError:
2222
username = user.username
2323

24-
print(username)
25-
2624
return {
2725
'user_id': user.pk,
2826
'email': user.email,

0 commit comments

Comments
 (0)