diff --git a/workers.go b/workers.go index 1feb646..7c8ff63 100644 --- a/workers.go +++ b/workers.go @@ -254,7 +254,7 @@ func TGCmdWorker(id int, b *tb.Bot, cmds <-chan TGCommand) { for c := range cmds { j, err := json.Marshal(c) logOnError(err, "TGCmdWorker["+strconv.Itoa(id)+"] : Marshal(c)") - log.Printf("TGCmdWorker["+strconv.Itoa(id)+"] : new command.\n%s\n", string(j)) + //log.Printf("TGCmdWorker["+strconv.Itoa(id)+"] : new command.\n%s\n", string(j)) opt := tb.SendOptions{} switch c.ParseMode { case cmdParseModePlain: