Skip to content

Commit dfbfe55

Browse files
committed
fix: remove debu print stmts
1 parent 655a352 commit dfbfe55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nemoguardrails/rails/llm/llmrails.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,6 @@ def _update_explain_info():
12771277
)
12781278

12791279
async for chunk_list, chunk_str_rep in buffer_strategy(streaming_handler):
1280-
print(f"chunk_list: {chunk_list}")
12811280
chunk_str = " ".join(chunk_list)
12821281

12831282
if stream_first:
@@ -1300,7 +1299,6 @@ def _update_explain_info():
13001299
)
13011300

13021301
# Execute the action. (Your execute_action returns only the result.)
1303-
print(f"applyig action: {action_name}")
13041302
result = await self.runtime.action_dispatcher.execute_action(
13051303
action_name, params
13061304
)

0 commit comments

Comments
 (0)