Skip to content

Commit

Permalink
Remove dupe doc
Browse files Browse the repository at this point in the history
Signed-off-by: Delano <1206+delano@users.noreply.github.com>
  • Loading branch information
delano authored Mar 31, 2024
1 parent 11ac85b commit 8eb2e4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/api/afbcore/views/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def current_user(self, request, version=None, *args, **kwargs):
Retrieve the current authenticated user.
"""
logger.debug("API Version: #{version}")
"""
Retrieve the current authenticated user.
"""
serializer = self.get_serializer(request.user, context={"request": request})
return Response(serializer.data)

Expand Down

0 comments on commit 8eb2e4a

Please sign in to comment.