diff --git a/server/v2/api/grpcgateway/interceptor.go b/server/v2/api/grpcgateway/interceptor.go index 18fa3185f25c..6b767fd77806 100644 --- a/server/v2/api/grpcgateway/interceptor.go +++ b/server/v2/api/grpcgateway/interceptor.go @@ -250,7 +250,6 @@ func createRegexMapping(logger log.Logger, annotationMapping map[string]string) } else { reg := regexp.MustCompile(pattern) if otherAnnotation, ok := seenPatterns[pattern]; ok { - // TODO: eventually we want this to error, but there is currently a duplicate in the protobuf. // see: https://github.com/cosmos/cosmos-sdk/issues/23281 logger.Warn("duplicate HTTP annotation found", "annotation1", annotation, "annotation2", otherAnnotation, "query_input_name", queryInputName)