Skip to content

Commit

Permalink
Remove forgotten dev log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bsinou committed Jun 14, 2024
1 parent 74f9138 commit 6e430e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discovery/update/grpc/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6e430e7

Please sign in to comment.