Skip to content

Commit

Permalink
client: remove unnecessary log
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Jun 25, 2024
1 parent 6bd2ef5 commit 6a6e129
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/connector/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func connectTelegramClient(ctx context.Context, client *telegram.Client) (contex
}

func (t *TelegramClient) onUpdateNewMessage(ctx context.Context, e tg.Entities, update *tg.UpdateNewMessage) error {
fmt.Printf("onupdatenewmessage %+v\n", e)
log := zerolog.Ctx(ctx)
switch msg := update.GetMessage().(type) {
case *tg.Message:
Expand Down

0 comments on commit 6a6e129

Please sign in to comment.