mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
ServiceRegistry.StartAll: Remove redundant log. (#14958)
This commit is contained in:
@@ -40,7 +40,6 @@ func NewServiceRegistry() *ServiceRegistry {
|
||||
|
||||
// StartAll initialized each service in order of registration.
|
||||
func (s *ServiceRegistry) StartAll() {
|
||||
log.Debugf("Starting %d services: %v", len(s.serviceTypes), s.serviceTypes)
|
||||
for _, kind := range s.serviceTypes {
|
||||
log.Debugf("Starting service type %v", kind)
|
||||
go s.services[kind].Start()
|
||||
|
||||
Reference in New Issue
Block a user