Remove debug logging

This commit is contained in:
Drew DeVault 2019-05-17 11:28:32 -04:00
parent eec2bacede
commit 2ffbe7a6cd
1 changed files with 0 additions and 1 deletions

View File

@ -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"