Skip to content

Commit

Permalink
remove the prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng committed Nov 5, 2024
1 parent 37618b7 commit 3fbeeb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/seer/automation/autofix/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,6 @@ def run_autofix_evaluation_on_item(
except Exception as e:
logger.exception(f"Error running evaluation: {e}")

print(f"diff: {diff}")
print(f"causes: {causes}")

if diff:
score = score_one(
dataset_item,
Expand Down

0 comments on commit 3fbeeb1

Please sign in to comment.