Remove extra debug statement

This commit is contained in:
Drew DeVault 2019-03-31 15:21:33 -04:00
parent 36419d85aa
commit 315cdf308a
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ func NewMessageViewer(conf *config.AercConfig, store *lib.MessageStore,
}
pager = exec.Command(cmd[0], cmd[1:]...)
fmt.Printf("%v\n", conf.Filters)
for _, f := range conf.Filters {
mime := msg.BodyStructure.MIMEType + "/" + msg.BodyStructure.MIMESubType
switch f.FilterType {