reduce log spam

This commit is contained in:
tim
2025-02-24 10:43:11 -04:00
parent 14b19dcc78
commit 56e7c32705

View File

@@ -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