Skip to content

Commit e568727

Browse files
committed
minor
1 parent b790a55 commit e568727

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/storage/src/simcore_service_storage/core/application.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def create_app(settings: ApplicationSettings) -> FastAPI:
5555
for name in _NOISY_LOGGERS:
5656
logging.getLogger(name).setLevel(quiet_level)
5757

58-
settings = ApplicationSettings.create_from_envs()
5958
_logger.info("app settings: %s", settings.model_dump_json(indent=1))
6059

6160
app = FastAPI(

0 commit comments

Comments
 (0)