Remove some debugging output

This commit is contained in:
Zahary Karadjov 2019-11-26 02:47:41 +02:00
parent 85d9df3853
commit 843c461af6
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ proc addResolvedBlock(
link(parent, blockRef)
pool.blocks[blockRoot] = blockRef
debug "Populating block pool", key = blockRoot, val = blockRef
trace "Populating block pool", key = blockRoot, val = blockRef
pool.addSlotMapping(blockRef)