Skip to content

Commit a39451e

Browse files
committed
debug mode does not need explanation string
1 parent 741bdd2 commit a39451e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/api/aiservice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ def get_new_explanation( # noqa: D417
339339

340340
if response.status_code == 200:
341341
explanation: str = response.json()["explanation"]
342-
logger.debug(f"New Explanation: {explanation}")
343342
console.rule()
344343
return explanation
345344
try:

0 commit comments

Comments
 (0)