Skip to content

Commit

Permalink
Merge pull request #734 from bcgov/yj
Browse files Browse the repository at this point in the history
fix: remove debugging info
  • Loading branch information
ychung-mot authored Oct 22, 2024
2 parents 5d03474 + 9cf2332 commit d037253
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/StrDss.Service/EmailMessageService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public async Task<string> SendEmailAsync(EmailContent emailContent)

var jsonContent = emailContent.ToString();

_logger.LogDebug($"CHES: {jsonContent}");

var httpContent = new StringContent(jsonContent, Encoding.UTF8, "application/json");

var response = await _httpClient.PostAsync($"{chesUrl}/api/v1/email", httpContent);
Expand Down

0 comments on commit d037253

Please sign in to comment.