Skip to content

Commit

Permalink
fix: remote print
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed Jan 16, 2024
1 parent e68963d commit 9739a5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bd_api/custom/graphql_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def wrapper(context, *args, **kwargs):
if context.user.is_superuser:
return f(*args, **kwargs)
uid = get_uid(context)
print(uid)
if context.user.is_anonymous:
if not uid:
return f(*args, **kwargs)
Expand Down

0 comments on commit 9739a5a

Please sign in to comment.