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)
|
let key = (slot.uint64, registry_change)
|
||||||
if key in cache:
|
if key in cache:
|
||||||
return cache[key]
|
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)
|
result = get_crosslink_committees_at_slot(state, slot, registry_change)
|
||||||
cache[key] = result
|
cache[key] = result
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue