Skip to content

Commit

Permalink
Remove obsolete logger from api/v2/_aux_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Sep 24, 2024
1 parent c0a56c2 commit 8d9c190
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fractal_server/app/routes/api/v2/_aux_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
from ....schemas.v2 import JobStatusTypeV2
from fractal_server.app.models import UserOAuth
from fractal_server.images import Filters
from fractal_server.logger import set_logger


logger = set_logger(__name__)


async def _get_project_check_owner(
Expand Down

0 comments on commit 8d9c190

Please sign in to comment.