From 56e7c32705b50d0a9064b30e668bc7c0c3496026 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 24 Feb 2025 10:43:11 -0400 Subject: [PATCH] reduce log spam --- src/dexorder/blockstate/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dexorder/blockstate/state.py b/src/dexorder/blockstate/state.py index 0af1179..ea972a4 100644 --- a/src/dexorder/blockstate/state.py +++ b/src/dexorder/blockstate/state.py @@ -150,7 +150,7 @@ class BlockState: self.branches_by_height[branch.height].append(branch) self.branches_by_id[branch.id] = branch self.height = max(self.height, branch.height) - state_log.info(f'added branch {fork}') + # state_log.debug(f'added branch {fork}') return fork