Skip to content

Commit b812eff

Browse files
committed
Remove old print
1 parent da1969a commit b812eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cwhy/explain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def evaluate_text_prompt(
109109
client: openai.OpenAI, args: argparse.Namespace, prompt: str, wrap: bool = True
110110
) -> None:
111111
usage = complete(client, args, prompt)
112-
print(usage)
112+
# print(usage)
113113
# text += "\n\n"
114114
# text += f"({completion.usage.prompt_tokens} prompt tokens, "
115115
# text += f"{completion.usage.completion_tokens} completion tokens.)"

0 commit comments

Comments
 (0)