Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/service/smarthttp/cache.go')
-rw-r--r--internal/service/smarthttp/cache.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/service/smarthttp/cache.go b/internal/service/smarthttp/cache.go
index 8cb864bdd..89714edb7 100644
--- a/internal/service/smarthttp/cache.go
+++ b/internal/service/smarthttp/cache.go
@@ -61,7 +61,6 @@ func tryCache(ctx context.Context, in *gitalypb.InfoRefsRequest, w io.Writer, mi
stream, err := infoRefCache.GetStream(ctx, in.GetRepository(), in)
switch err {
-
case nil:
countHit()
logger.Info("cache hit for UploadPack response")