Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
lievan committed Sep 20, 2024
1 parent d89c3f5 commit ed7e205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddtrace/llmobs/_llmobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ def _tag_prompt(span, prompt: dict) -> None:
validated_prompt = validate_prompt(prompt)
span.set_tag_str(INPUT_PROMPT, safe_json(validated_prompt))
except TypeError:
print("IN HERE")
log.warning("Failed to validate prompt with error: ", exc_info=True)
return

Expand Down

0 comments on commit ed7e205

Please sign in to comment.