From 6e430e7e412fa67cfa5d2b8012c950bff84172c4 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Fri, 14 Jun 2024 14:02:15 +0200 Subject: [PATCH] Remove forgotten dev log message --- discovery/update/grpc/handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/discovery/update/grpc/handler.go b/discovery/update/grpc/handler.go index 18af3bcb58..f664d3c837 100644 --- a/discovery/update/grpc/handler.go +++ b/discovery/update/grpc/handler.go @@ -72,7 +72,6 @@ func (h *Handler) UpdateRequired(ctx context.Context, request *update.UpdateRequ func (h *Handler) ApplyUpdate(ctx context.Context, request *update.ApplyUpdateRequest) (*update.ApplyUpdateResponse, error) { crtLang := i18n.UserLanguageFromContext(ctx, config.Get(), true) - fmt.Println("crtLang:", crtLang) T := lang.Bundle().GetTranslationFunc(crtLang) configs := config.GetUpdatesConfigs()