Skip to content

Commit 139ba98

Browse files
authored
Update asgi.py
1 parent fc99a65 commit 139ba98

File tree

1 file changed

+0
-2
lines changed
  • src/py/reactpy/reactpy/backend

1 file changed

+0
-2
lines changed

src/py/reactpy/reactpy/backend/asgi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ async def __call__(self, scope, receive, send) -> None:
9393
# Serve the user's application
9494
await self.user_app(scope, receive, send)
9595

96-
_logger.error("ReactPy appears to be misconfigured. Request not handled.")
97-
9896
async def reactpy_app(self, scope, receive, send) -> None:
9997
"""Determine what type of request this is and route it to the appropriate
10098
ReactPy ASGI sub-application."""

0 commit comments

Comments
 (0)