Remove debug setting highest slot log (#13488)

This commit is contained in:
terence 2024-01-18 20:25:15 -08:00 committed by GitHub
parent 5d3663ef8d
commit 852db1f3eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -355,7 +355,6 @@ func (v *validator) ReceiveSlots(ctx context.Context, connectionErrorChannel cha
if res == nil {
continue
}
log.Error("Setting highest slot")
v.setHighestSlot(res.Slot)
}
}