diff --git a/server/images.go b/server/images.go index 5fd762ae..53a95771 100644 --- a/server/images.go +++ b/server/images.go @@ -960,7 +960,6 @@ var errUnauthorized = fmt.Errorf("unauthorized: access denied") func getTokenSubject(token string) string { parts := strings.Split(token, ".") if len(parts) != 3 { - slog.Error("jwt token does not contain 3 parts") return "" }