From 114a18e890b8e0e475935c4aefc7a357f9346d36 Mon Sep 17 00:00:00 2001 From: Chris Piraino Date: Tue, 5 May 2020 13:13:37 -0500 Subject: [PATCH] Remove outdated comment --- agent/consul/state/config_entry.go | 1 - 1 file changed, 1 deletion(-) diff --git a/agent/consul/state/config_entry.go b/agent/consul/state/config_entry.go index 1169a38a23..861550514b 100644 --- a/agent/consul/state/config_entry.go +++ b/agent/consul/state/config_entry.go @@ -847,7 +847,6 @@ func (s *Store) protocolForService( 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) if err != nil { return 0, "", err