diff --git a/modules/structs/mail.go b/modules/structs/mail.go index d284206..8182d1d 100644 --- a/modules/structs/mail.go +++ b/modules/structs/mail.go @@ -134,8 +134,6 @@ func (m *Mail) RenderTemplate() (htmlBody, textBody string, err error) { htmlBuf := new(bytes.Buffer) textBuf := new(bytes.Buffer) - fmt.Println("BODY DATA", m.BodyData) - // parse body data to new map to avoid changing the original map and then replace all \n with
bodyData := make(map[string]interface{})