diff --git a/handlers/application/send.go b/handlers/application/send.go index b6dbb28..4132dc8 100644 --- a/handlers/application/send.go +++ b/handlers/application/send.go @@ -339,11 +339,8 @@ func (h *MenuHandlers) MaxAmount(ctx context.Context, sym string, input []byte) if string(transactionType) == "normal" || sym == "max_amount" { res.FlagReset = append(res.FlagReset, flag_swap_transaction) - fmt.Println("returning for a normal transaction") - res.Content = l.Get("Maximum amount: %s %s\nEnter amount:", formattedBalance, string(activeSym)) - fmt.Println("the final Content:", res.Content) return res, nil }