Skip to content

Commit

Permalink
chore: remove debug log message to prevent log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
PocketMiner82 authored Aug 9, 2024
1 parent 59aa0f9 commit ac9e28b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def _async_ask(self, message):
utterance = message.data["utterance"]
chat = self.chat
chat.qa_pairs = self.build_msg_history(message)
self.log.info(chat.qa_pairs)
answered = False
try:
for utt in chat.stream_utterances(utterance):
Expand Down

0 comments on commit ac9e28b

Please sign in to comment.