Skip to content

Commit

Permalink
Merge pull request #438 from koid/fix/remove-unnecessary-setup
Browse files Browse the repository at this point in the history
Removal of Redundant Logger Setup
  • Loading branch information
mrT23 authored Nov 15, 2023
2 parents 416a549 + f099152 commit bc28d65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pr_agent/servers/serverless.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
from starlette.middleware import Middleware
from starlette_context.middleware import RawContextMiddleware

from pr_agent.log import setup_logger
from pr_agent.servers.github_app import router

setup_logger()

middleware = [Middleware(RawContextMiddleware)]
app = FastAPI(middleware=middleware)
Expand Down

0 comments on commit bc28d65

Please sign in to comment.