Skip to content

Commit

Permalink
fix: remove debug print stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouyanpi committed Feb 5, 2025
1 parent 06ffbc2 commit 4346671
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nemoguardrails/rails/llm/llmrails.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,6 @@ def _update_explain_info():
)

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

if stream_first:
Expand All @@ -1300,7 +1299,6 @@ def _update_explain_info():
)

# Execute the action. (Your execute_action returns only the result.)
print(f"applyig action: {action_name}")
result = await self.runtime.action_dispatcher.execute_action(
action_name, params
)
Expand Down

0 comments on commit 4346671

Please sign in to comment.