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)