From 021ddabb7441885f25749f2c557e71391f744763 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Sun, 16 Jun 2019 15:33:15 +0400 Subject: [PATCH] Delete test mail --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 2563b5d..bcdd462 100644 --- a/main.go +++ b/main.go @@ -87,7 +87,6 @@ func before(c *cli.Context) error { } func start(c *cli.Context) error { - SendStatusMail("test") if err := update(); err != nil { SendStatusMail(fmt.Sprintf("Error during update process : %s", err)) return err