Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
I can't imagine who added this, I vote it was Harris.
  • Loading branch information
fisher60 committed Nov 4, 2023
1 parent b5c7c9b commit 6630cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abandonauth/routers/developer_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ async def get_developer_application(
token_data: JwtClaimsDataDto = Depends(JWTBearer())
) -> DeveloperApplicationWithCallbackUriDto:
"""Get information about the given developer application if the requesting user owns the developer app."""
print("RUNNING GET_DEV_APP")

dev_app = await DeveloperApplication.prisma().find_unique(
where={"id": application_id},
include={"callback_uris": True}
Expand Down

0 comments on commit 6630cc8

Please sign in to comment.