diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-31 14:43:46 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-31 14:43:46 -0400 |
commit | 958328427ab8cbbb064e11f2e7f2f68d3563a6cb (patch) | |
tree | ed8699aaa08d334488826dad89840e2720798b40 /config | |
parent | 8e5ed2a161bf654888a8b48af2d9fdf6fbc0c7e0 (diff) | |
download | aerc-958328427ab8cbbb064e11f2e7f2f68d3563a6cb.tar.gz |
Improve plaintext.py
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index bff188e..7c80d20 100644 --- a/config/config.go +++ b/config/config.go @@ -163,7 +163,6 @@ func LoadConfig(root *string) (*AercConfig, error) { Command: cmd, Filter: match, } - fmt.Println(match) if strings.Contains(match, ",~") { filter.FilterType = FILTER_HEADER header := filter.Filter[:strings.Index(filter.Filter, ",")] |