fix: [telegram module] remove debug

pull/497/head
Terrtia 2020-05-11 14:22:56 +02:00
parent 297d5891a8
commit 0d67ad80d1
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 0 additions and 1 deletions

View File

@ -150,4 +150,3 @@ if __name__ == "__main__":
item_content = Item.get_item_content(item_id)
item_date = Item.get_item_date(item_id)
search_telegram(item_id, item_date, item_content)
sys.exit(0)