From 6309b131fb9d1d0128c70302c816ecf67750e116 Mon Sep 17 00:00:00 2001 From: XoxJlopeZi4BB Date: Fri, 27 Dec 2024 19:55:35 +0400 Subject: [PATCH] Update market.go --- market.go | 1 - 1 file changed, 1 deletion(-) diff --git a/market.go b/market.go index 88d1cc2..422ec8f 100644 --- a/market.go +++ b/market.go @@ -140,7 +140,6 @@ func HandleCommand(update tg.Update, bot *tg.BotAPI) { update.Message.Chat.ID, tg.FileBytes{Name: "cards", Bytes: buf.Bytes()}, ) - fmt.Println(Buttons(buttons)) msg.ReplyMarkup = Buttons(buttons) responseMsg, err := bot.Send(msg) // get response message