From fff9dbe24a412d6769961797e97d9bb6a1e1304c Mon Sep 17 00:00:00 2001 From: Michal Cikatricis <84739730+mcikatricis@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:23:23 +0800 Subject: [PATCH] Update signer_client.py Removed log level to prevent log spamming. The flag is propagated to other libs as well causing many more libs to spam logs. --- lighter/signer_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lighter/signer_client.py b/lighter/signer_client.py index 662ad0a..69162fb 100644 --- a/lighter/signer_client.py +++ b/lighter/signer_client.py @@ -19,8 +19,6 @@ from lighter.models.resp_send_tx import RespSendTx from lighter.transactions import CreateOrder, CancelOrder, Withdraw -logging.basicConfig(level=logging.DEBUG) - CODE_OK = 200