remove print

This commit is contained in:
Astra 2026-02-01 17:00:23 +00:00
parent 033c33b5e7
commit 371b54eb48

View file

@ -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)