Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 11, 2024
1 parent 157cc6d commit 194f5cc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ async def discover_product_middleware(request: web.Request, handler: Handler):
request
) or _get_default_product_name(request.app)

# TODO: remove this!!!
_logger.warning(
_logger.debug(
"Product middleware result: \n%s\n",
textwrap.indent(_get_debug_msg(request), " "),
)
Expand Down

0 comments on commit 194f5cc

Please sign in to comment.