From fb80c9fcd8d47a09a74d515a017e75e129960e98 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 13:07:35 +0500 Subject: [PATCH] chore(api): remove debug print statement --- tgbot/services/api_lolzteam.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tgbot/services/api_lolzteam.py b/tgbot/services/api_lolzteam.py index 9545c6b..982e079 100644 --- a/tgbot/services/api_lolzteam.py +++ b/tgbot/services/api_lolzteam.py @@ -193,8 +193,6 @@ class LolzteamAPI: bot_username = bot_data.username bot_url = f"https://telegram.me/{bot_username}" - print(is_test) - payload = { "currency": "rub", "amount": pay_amount,