Skip to content

Commit

Permalink
remove dev print
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng committed Nov 7, 2024
1 parent cbf3bfd commit c4e4f09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/seer/automation/autofix/components/coding/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ def _handle_simple_fix(
if not response.message.content:
return None, None

print("response.message.content", response.message.content)

output = SimpleChangeOutputXml.from_xml(
f"<output>{escape_multi_xml(response.message.content, ['unified_diff', 'description', 'commit_message'])}</output>"
)
Expand Down

0 comments on commit c4e4f09

Please sign in to comment.