From 352fc55301cf3bf9249a6202390f6901e274e60e Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Mon, 17 Apr 2023 01:39:10 +0300 Subject: [PATCH] remove-debug --- api/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/index.py b/api/index.py index 0c8e17d..8c7c978 100644 --- a/api/index.py +++ b/api/index.py @@ -78,7 +78,6 @@ async def handle(req): print(r.json()) else: print(f'old member speak {msg["text"]}') - print(newcomers) # debug only if 'callback_query' in update: callback_query = update['callback_query'] chat_id = str(callback_query['message']['chat']['id'])