From beed564e502bee5c577f9ccf38cf6a226e4d9a62 Mon Sep 17 00:00:00 2001 From: taylan isikdemir Date: Fri, 10 Nov 2023 09:40:50 -0800 Subject: [PATCH] remove comment --- service/matching/context.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/matching/context.go b/service/matching/context.go index 585a5cf7636..e87162ed55c 100644 --- a/service/matching/context.go +++ b/service/matching/context.go @@ -87,7 +87,6 @@ func (reqCtx *handlerContext) handleErr(err error) error { return nil } - // TODO: remove this comment. Added to trigger a buildkite build switch err.(type) { case *types.InternalServiceError: reqCtx.scope.IncCounter(metrics.CadenceFailuresPerTaskList)