Skip to content

Commit

Permalink
Removed debugging message
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Dec 19, 2023
1 parent b75a0fd commit cb62474
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ async def tenant_self(request: web.BaseRequest):
async with profile.session() as session:
# tenant's must always fetch by their wallet id.
rec = await TenantRecord.query_by_wallet_id(session, wallet_id)
LOGGER.info(
f"for debugging this is the value of rec when getting the tenant {rec}"
)
LOGGER.info(rec)

return web.json_response(rec.serialize())

Expand Down

0 comments on commit cb62474

Please sign in to comment.