Remove unnecessary logging

This commit is contained in:
Nefrace 2021-03-09 21:58:33 +03:00
parent d25a6e2099
commit 4199512bcb
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ bot.onText(/^\/stats/, async msg => {
} else {
user = await getUser(msg.from) // Just get user that sent this message
}
console.log(user)
if(!user) {
bot.sendMessage(msg.chat.id, 'Извините, не нашла ничего на данного пользвателя')
return