Remove excess print

This commit is contained in:
Katon Minhas
2026-02-02 20:53:45 -05:00
parent dba611469d
commit 3e9d7b08b7
@@ -64,7 +64,6 @@ def prompt_exhibit_level_breakout(
llm_answer_raw = llm_utils.invoke_claude(
prompt=prompt, model_id="sonnet_latest", filename=filename
)
print("Facility Adjustment: ", llm_answer_raw)
llm_answer_final = _parser(llm_answer_raw)
exhibit_level_answers.update(llm_answer_final)