Skip to content

Commit 3424854

Browse files
committed
fix: remove debug
1 parent 1586afd commit 3424854

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/agents/utils/parse_json_to_prompt.py

-2
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,4 @@ def format_part_details(part: PartDetails, currentPart: CurrentPart, summary: Li
214214

215215
result = f"{questionDetails}\n{partsDetails}".replace("  ", "").replace("&#x20", "").replace("\n\n", "\n")
216216

217-
print("PROMPT::", result)
218-
219217
return result

0 commit comments

Comments
 (0)