From d233a7d97a66d5da9e89bf4c621e9c7a041d9cb7 Mon Sep 17 00:00:00 2001 From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:13:13 -0400 Subject: [PATCH] fix(server): remove excessive inactivity log (#19306) --- machine-learning/immich_ml/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/machine-learning/immich_ml/main.py b/machine-learning/immich_ml/main.py index 6ad5b8b545..e884af0e69 100644 --- a/machine-learning/immich_ml/main.py +++ b/machine-learning/immich_ml/main.py @@ -244,7 +244,6 @@ async def load(model: InferenceModel) -> InferenceModel: async def idle_shutdown_task() -> None: while True: - log.debug("Checking for inactivity...") if ( last_called is not None and not active_requests