small debug thing removed

This commit is contained in:
Kylmakalle 2017-06-21 19:09:12 +03:00
parent 56917be9af
commit 46312a3a1c

View File

@ -39,8 +39,7 @@ def handle_messages(m, vk_user, bot, chat_id):
def handle_updates(vk_user, bot, chat_id, updates):
for m in updates:
if True: # not m['out']:
print(m)
if not m['out']:
handle_messages(m, vk_user, bot, chat_id)