1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2026-01-04 13:41:39 +01:00

Remove debug logging

This commit is contained in:
Drew DeVault 2019-05-17 11:28:32 -04:00
parent eec2bacede
commit 2ffbe7a6cd

@ -84,7 +84,6 @@ func SendMessage(aerc *widgets.Aerc, args []string) error {
aerc.RemoveTab(composer)
fmt.Println(config.Params)
var starttls bool
if starttls_, ok := config.Params["smtp-starttls"]; ok {
starttls = starttls_ == "yes"