Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Aug 22, 2023
1 parent 75e425e commit 74930c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ async def tenant_create_token(request: web.BaseRequest):
tenant_id = request.match_info["tenant_id"]
wallet_key = None

LOGGER.warning(f"HERE NOW")
# If no body raise an error
if not request.body_exists:
raise web.HTTPUnauthorized(reason="Wallet Key or API Key not provided")
Expand Down

0 comments on commit 74930c2

Please sign in to comment.