Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
almogdepaz committed Jan 27, 2025
1 parent 1ab95bc commit 8c3271d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chia/full_node/full_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1626,8 +1626,6 @@ async def add_prevalidated_blocks(
vs.ssi = cc_sub_slot.new_sub_slot_iters
assert cc_sub_slot.new_difficulty is not None
vs.difficulty = cc_sub_slot.new_difficulty
if expected_sub_slot_iters != vs.ssi:
self.log.info(f"block {block.height} fails")
assert expected_sub_slot_iters == vs.ssi
assert expected_difficulty == vs.difficulty
block_rec = blockchain.block_record(block.header_hash)
Expand Down

0 comments on commit 8c3271d

Please sign in to comment.