Skip to content

Commit fccecc4

Browse files
chore: prune unnecessary code (automated weekly cleanup)
- Removed commented-out block for `status_message` in `utils/llm/dspy_langfuse.py` (line 352). Evidence: It is a block of commented-out code. - Reviewed vulture findings and confirmed they are all false positives per UNNECESSARY_CODE_GUIDELINE.md. Co-authored-by: Miyamura80 <38335479+Miyamura80@users.noreply.github.com>
1 parent 6099ac7 commit fccecc4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

utils/llm/dspy_langfuse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ def on_lm_end( # noqa
349349
log.warning(
350350
f"Missing required information for full usage/cost calculation: {', '.join(missing_info_elements)}"
351351
)
352-
# status_message = (status_message + "; " if status_message else "") + f"Missing info for cost calc: { ', '.join(missing_info_elements)}"
353352

354353
# --- Finalize Span ---
355354
if span:

0 commit comments

Comments
 (0)