Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Feb 1, 2024
1 parent c5d7b89 commit c2916e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions API/Services/Email/Mailjet/MailjetEmailService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ private async Task SendMails(IEnumerable<MailBase> mails, CancellationToken canc
Messages = mails
}, Options);

Console.WriteLine(json);

var response = await _httpClient.PostAsync("send",
new StringContent(json, Encoding.UTF8, MediaTypeNames.Application.Json), cancellationToken);
if (!response.IsSuccessStatusCode)
Expand Down

0 comments on commit c2916e4

Please sign in to comment.