Skip to content

Commit d423f29

Browse files
author
SrGonao
committed
Remove debug print
1 parent 52242bc commit d423f29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

delphi/explainers/default/prompt_builder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def build_prompt(
4949
"content": user_start,
5050
}
5151
)
52-
print(messages)
53-
52+
5453
return messages
5554

5655

0 commit comments

Comments
 (0)