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