diff --git a/src/runboat/webhooks.py b/src/runboat/webhooks.py index 3643414..488a905 100644 --- a/src/runboat/webhooks.py +++ b/src/runboat/webhooks.py @@ -1,11 +1,7 @@ -import logging - from fastapi import APIRouter, BackgroundTasks, Header, Request from .controller import controller -_logger = logging.getLogger(__name__) - router = APIRouter()