mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 09:27:05 +00:00
rm debug message
This commit is contained in:
parent
ced4dbe859
commit
2c566df411
@ -236,7 +236,7 @@ func get_crosslink_committees_at_slot_cached*(
|
||||
let key = (slot.uint64, registry_change)
|
||||
if key in cache:
|
||||
return cache[key]
|
||||
debugEcho "get_crosslink_committees_at_slot_cached: MISS"
|
||||
#debugEcho "get_crosslink_committees_at_slot_cached: MISS"
|
||||
result = get_crosslink_committees_at_slot(state, slot, registry_change)
|
||||
cache[key] = result
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user