diff --git a/bot.go b/bot.go index 19800df..b207cf4 100644 --- a/bot.go +++ b/bot.go @@ -102,7 +102,6 @@ func botText(m *tb.Message) { PrintText(m) if (m.Chat.ID == cfg.Bot.Depositchat || m.Chat.ID == cfg.Bot.Mainchat) && m.IsForwarded() && int64(m.OriginalSender.ID) == chtwrsbotID64 { - log.Printf("botText : forwarding message.\n") cwm := ChatWarsMessage{ TGUserID64: int64(m.Sender.ID), TGSenderUserID64: chtwrsbotID64,