remove print
This commit is contained in:
parent
033c33b5e7
commit
371b54eb48
1 changed files with 0 additions and 2 deletions
2
main.go
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue