Skip to content

Commit

Permalink
Remove rogue print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Apr 2, 2024
1 parent 2e3f0d6 commit 977ef03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consultation_analyser/consultations/ml_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def save_theme_to_answer(question: models.Question, answer_row: AnswerRow) -> mo


def save_themes_to_answers(question: models.Question, answers_topics_df: pd.DataFrame) -> None:
print(f"answers_topics_df: {answers_topics_df}")
for row in answers_topics_df.itertuples():
save_theme_to_answer(question, row)

Expand Down

0 comments on commit 977ef03

Please sign in to comment.