diff --git a/main.go b/main.go index 9046d10..bc0ba2b 100644 --- a/main.go +++ b/main.go @@ -53,8 +53,6 @@ func main() { updatesChannel := b.API.GetUpdatesChan(updateConfig) for update := range updatesChannel { - j, _ := json.MarshalIndent(update, "", " ") - log.Printf("Received update: %s", j) if update.ChatJoinRequest != nil { if update.ChatJoinRequest.Chat.ID == b.Config.TargetChatId { b.handleJoinRequest(update.ChatJoinRequest)