From 9af6206828c83e13d0f8f7d7f6be35fefa98051a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 6 Oct 2020 16:20:46 -0400 Subject: [PATCH] email: remove leftover debug code --- email/send.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/email/send.go b/email/send.go index bf7980ed2a55dffd7ae66fa8a99bcf4347096c97..1eb14c1a2a754b6d56e9a7d2561f27aa6e83524c 100644 --- a/email/send.go +++ b/email/send.go @@ -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)