From cf2ead262bf82be21635945655446a17f841e4fb Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 01:22:06 +0000 Subject: [PATCH] Format code with prettier and gofumpt --- pkg/tools/benchmark/job/service/search.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/tools/benchmark/job/service/search.go b/pkg/tools/benchmark/job/service/search.go index 37c6e4e259a..13881559bc5 100644 --- a/pkg/tools/benchmark/job/service/search.go +++ b/pkg/tools/benchmark/job/service/search.go @@ -103,7 +103,6 @@ func (j *job) search(ctx context.Context, ech chan error) error { // TODO: send metrics to the Prometeus log.Infof("[benchmark job] Finish search bench: iter= %d \n%v\n", i, bres) } - log.Info("[benchmark job] Finish benchmarking search") return nil }