From 91a92b76a0d80a1fa5541fc7928052a2a5dafec1 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:51:50 +0000 Subject: [PATCH] chore: prune unnecessary code (automated weekly cleanup) - `utils/llm/dspy_langfuse.py`: Removed a commented-out line for `status_message` assignment. It was identified as dead code/commented-out block not used in the codebase. Co-authored-by: Miyamura80 <38335479+Miyamura80@users.noreply.github.com> --- utils/llm/dspy_langfuse.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/llm/dspy_langfuse.py b/utils/llm/dspy_langfuse.py index 91dd442..681a8b6 100644 --- a/utils/llm/dspy_langfuse.py +++ b/utils/llm/dspy_langfuse.py @@ -349,7 +349,6 @@ def on_lm_end( # noqa log.warning( f"Missing required information for full usage/cost calculation: {', '.join(missing_info_elements)}" ) - # status_message = (status_message + "; " if status_message else "") + f"Missing info for cost calc: { ', '.join(missing_info_elements)}" # --- Finalize Span --- if span: