mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-17 08:56:45 +00:00
Remove some debugging output
This commit is contained in:
parent
85d9df3853
commit
843c461af6
@ -169,7 +169,7 @@ proc addResolvedBlock(
|
|||||||
link(parent, blockRef)
|
link(parent, blockRef)
|
||||||
|
|
||||||
pool.blocks[blockRoot] = blockRef
|
pool.blocks[blockRoot] = blockRef
|
||||||
debug "Populating block pool", key = blockRoot, val = blockRef
|
trace "Populating block pool", key = blockRoot, val = blockRef
|
||||||
|
|
||||||
pool.addSlotMapping(blockRef)
|
pool.addSlotMapping(blockRef)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user