chore: remove wrong comment

Plain text is now able to print tables
This commit is contained in:
Mathieu Cornic 2017-06-18 17:14:58 +02:00 committed by GitHub
parent be1f57b7ab
commit 377cc7e34f
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ func (h *Hermes) GenerateHTML(email Email) (string, error) {
// GeneratePlainText generates the email body from data // GeneratePlainText generates the email body from data
// This is for old email clients // This is for old email clients
// Note : this mode is not able to print Tables
func (h *Hermes) GeneratePlainText(email Email) (string, error) { func (h *Hermes) GeneratePlainText(email Email) (string, error) {
err := setDefaultHermesValues(h) err := setDefaultHermesValues(h)
if err != nil { if err != nil {