Skip to content

Commit

Permalink
Remove rogue print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Walz authored and Jon Walz committed Mar 8, 2024
1 parent 8e6b661 commit 0afc22a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class SkipAuthMethod(exceptions.APIException):


def authenticate_resource(request, uri, required_permission):
print("WHAT?!!!!\n\n\n")
resource_url = settings.RESOURCE_REFERENCE_LOOKUP_URL.format(
uri.replace(settings.URI_ID, "").rstrip("/")
)
Expand Down

0 comments on commit 0afc22a

Please sign in to comment.