rm debug message

This commit is contained in:
Dustin Brody 2019-03-27 14:12:35 -07:00 committed by zah
parent ced4dbe859
commit 2c566df411
1 changed files with 1 additions and 1 deletions

View File

@ -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