From cce71562f137a085f37da002a7385d48e439d589 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 29 Dec 2019 19:06:13 +0800 Subject: [PATCH] test --- bot.go | 1 - 1 file changed, 1 deletion(-) 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,