From 407e9acfcc7fe381549bb5986d1f6c7f3b304b95 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 12 May 2024 12:16:18 +0200 Subject: [PATCH] Remove comment --- internal/handlers/login.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/handlers/login.go b/internal/handlers/login.go index bbedd62..1cdd2ce 100644 --- a/internal/handlers/login.go +++ b/internal/handlers/login.go @@ -198,7 +198,6 @@ func (h *LoginHandler) handlePost( if err != nil { h.logger.Error("error getting login request", "error", err) - // h.fillAcceptLoginRequestErrorBucket(r, err) http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError) return