Skip to content

Commit

Permalink
print removal
Browse files Browse the repository at this point in the history
  • Loading branch information
krypticmouse committed Mar 13, 2024
1 parent cd78c4d commit ce8eade
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dspy/experimental/synthesizer/synthesizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def _gather_feedback(self, examples: dspy.Example) -> str:
task_description=self.generate_output_data.__doc__,
)

print(feedback.feedback)

return feedback.feedback

else:
Expand Down

0 comments on commit ce8eade

Please sign in to comment.