Skip to content
This repository was archived by the owner on May 30, 2020. It is now read-only.

Commit d381063

Browse files
committed
removed unnecessary debugging messages
1 parent 1313b34 commit d381063

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tea.py

-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ def handle_updates(updates):
8181
text = update['message']['text'] # extract msg text
8282
chat = update['message']['chat']['id'] # extract chat_id
8383
if not text.startswith('/'): # if no command provided
84-
print('first if')
8584
send_message(chat, 'Please use one of the defined commands')
86-
print('first if END')
8785
elif text == '/start': # handle /start command
8886
send_message(chat, 'Welcome to TBot.\nusage:\n'
8987
'/translate [word] - to translate word '

0 commit comments

Comments
 (0)