Skip to content

Commit

Permalink
chore: remove wrong comment
Browse files Browse the repository at this point in the history
Plain text is now able to print tables
  • Loading branch information
matcornic authored Jun 18, 2017
1 parent be1f57b commit 377cc7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hermes.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func (h *Hermes) GenerateHTML(email Email) (string, error) {

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

0 comments on commit 377cc7e

Please sign in to comment.