~bigbes/core-go

9af6206828c83e13d0f8f7d7f6be35fefa98051a — Drew DeVault 5 years ago 0c65149
email: remove leftover debug code
1 files changed, 0 insertions(+), 2 deletions(-)

M email/send.go
M email/send.go => email/send.go +0 -2
@@ 17,8 17,6 @@ import (
	"git.sr.ht/~sircmpwn/core-go/config"
)

var attempts int = 0

// Sends an email. Blocks until it's sent or an error occurs.
func Send(ctx context.Context, m *gomail.Message) error {
	conf := config.ForContext(ctx)