Skip to content

Commit 0409930

Browse files
committed
feat: Remove unused code comment
1 parent 685e725 commit 0409930

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

supertokens_python/recipe/dashboard/api/api_key_protector.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ async def api_key_protector(
5151
)
5252
)
5353
except DashboardOperationNotAllowedError as _:
54-
# api_options.response.set_status_code(403)
55-
# api_options.response.set_json_content({
56-
# "message": "You are not permitted to perform this operation"
57-
# })
58-
# return None
5954
return send_non_200_response_with_message(
6055
json.dumps({"message": "You are not permitted to perform this operation"}),
6156
403,

0 commit comments

Comments
 (0)