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