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