Skip to content

Commit

Permalink
Merge pull request #251 from mustafabayar/remove-duplicate-log
Browse files Browse the repository at this point in the history
delete duplicated log output
  • Loading branch information
sendilkumarn authored Jul 28, 2020
2 parents d4952d0 + cf16630 commit 80c9ba4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ class MailService(
"Send email[multipart '$isMultipart' and html '$isHtml'] to '$to' with subject '$subject' and content=$content"
)

// Prepare message using a Spring helper
log.debug(
"Send email[multipart '$isMultipart' and html '$isHtml'] to '$to' with subject '$subject' and content=$content"
)

// Prepare message using a Spring helper
val mimeMessage = javaMailSender.createMimeMessage()
try {
Expand Down

0 comments on commit 80c9ba4

Please sign in to comment.