Removing debug line

pull/147/head
Jordan Wright 2016-02-12 22:28:24 -06:00
parent 1e3a02673c
commit b03d986d67
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ func SendTestEmail(s *models.SendTestEmailRequest) error {
e.To = []string{s.Email}
// Attach the files
for _, a := range s.Template.Attachments {
Logger.Printf("Attaching %s\n", a.Name)
decoder := base64.NewDecoder(base64.StdEncoding, strings.NewReader(a.Content))
_, err = e.Attach(decoder, a.Name, a.Type)
if err != nil {