Skip to content

Commit

Permalink
refactor(event): Removing debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Aug 28, 2023
1 parent cab0d6f commit 0459f91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/webhook/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ func (s *Service) discordHandle(ctx context.Context, webhook provider.Webhook, e
thumbnailURL += "&scale=large"
}

slog.Info("Discord with thumbnail", "url", thumbnailURL)

embed.Thumbnail = discord.NewImage(thumbnailURL)
}

Expand Down

0 comments on commit 0459f91

Please sign in to comment.