Debug remove

This commit is contained in:
Kylmakalle 2017-06-24 22:35:09 +03:00
parent 7ff2fc4c95
commit a909ca55d9

View File

@ -20,7 +20,6 @@ class VkPolling:
except Exception as e: except Exception as e:
print('Error: {}'.format(e)) print('Error: {}'.format(e))
if updates: if updates:
print(updates)
handle_updates(vk_user, bot, chat_id, updates) handle_updates(vk_user, bot, chat_id, updates)
for i in range(45): for i in range(45):
if self._running: if self._running: