Skip to content

Commit

Permalink
refactor: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenbagel committed Apr 30, 2024
1 parent 0540e11 commit 5d9cd70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ async def handle_message(message: types.Message):
if message.chat.type == "private":
await ollama_request(message)
if is_mentioned_in_group_or_supergroup(message):
print(message.content_type)
# Remove the mention from the message
if message.text is not None:
text_without_mention = message.text.replace(mention, "").strip()
Expand Down

0 comments on commit 5d9cd70

Please sign in to comment.