Remove outdated comment

This commit is contained in:
Chris Piraino 2020-05-05 13:13:37 -05:00
parent 21e0ed8f8d
commit 9a130f2ccc
1 changed files with 0 additions and 1 deletions

View File

@ -847,7 +847,6 @@ func (s *Store) protocolForService(
return 0, "", err return 0, "", err
} }
// Check the wildcard entry's protocol against the discovery chain protocol for the service.
idx, serviceDefaults, err := s.configEntryTxn(tx, ws, structs.ServiceDefaults, svc.ID, &svc.EnterpriseMeta) idx, serviceDefaults, err := s.configEntryTxn(tx, ws, structs.ServiceDefaults, svc.ID, &svc.EnterpriseMeta)
if err != nil { if err != nil {
return 0, "", err return 0, "", err