Skip to content

Commit c0f8370

Browse files
committed
Remove stray print from JSONAdapter
1 parent b8d9092 commit c0f8370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dspy/adapters/json_adapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def __call__(
5858
# Try structured output first, fall back to basic JSON if it fails.
5959
try:
6060
structured_output_model = _get_structured_outputs_response_format(signature)
61-
print(structured_output_model.schema_json(indent=2))
6261
lm_kwargs["response_format"] = structured_output_model
6362
return super().__call__(lm, lm_kwargs, signature, demos, inputs)
6463
except Exception as e:

0 commit comments

Comments
 (0)