Remove extra debug statement
This commit is contained in:
parent
36419d85aa
commit
315cdf308a
|
@ -107,7 +107,6 @@ func NewMessageViewer(conf *config.AercConfig, store *lib.MessageStore,
|
||||||
}
|
}
|
||||||
pager = exec.Command(cmd[0], cmd[1:]...)
|
pager = exec.Command(cmd[0], cmd[1:]...)
|
||||||
|
|
||||||
fmt.Printf("%v\n", conf.Filters)
|
|
||||||
for _, f := range conf.Filters {
|
for _, f := range conf.Filters {
|
||||||
mime := msg.BodyStructure.MIMEType + "/" + msg.BodyStructure.MIMESubType
|
mime := msg.BodyStructure.MIMEType + "/" + msg.BodyStructure.MIMESubType
|
||||||
switch f.FilterType {
|
switch f.FilterType {
|
||||||
|
|
Loading…
Reference in New Issue