Skip to content

Commit b0bc592

Browse files
committed
Minor fix
1 parent 94a8c01 commit b0bc592

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/routers/telegram.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def bot_client(req: dict = Body(...), session=Depends(get_db)):
2626

2727
# Check if current chatter is registered to use the bot
2828
user = session.query(User).filter_by(telegram_id=chat.user_id).first()
29-
print(user)
3029
if user is None:
3130
return reply_unknown_user(chat)
3231

0 commit comments

Comments
 (0)