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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app.go')
-rw-r--r--app.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.go b/app.go
index 058fd3ad..a65170e6 100644
--- a/app.go
+++ b/app.go
@@ -135,7 +135,6 @@ func (a *theApp) tryAuxiliaryHandlers(w http.ResponseWriter, r *http.Request, ht
if err := domain.HasLookupPath(r); err != nil {
if errors.Is(err, gitlab.ErrDiskDisabled) {
errortracking.Capture(err)
- log.WithError(err).Error("tried to serve from disk")
httperrors.Serve500(w)
return true
}