diff --git a/cmd/joj3/teapot/main.go b/cmd/joj3/teapot/main.go index 3bdee79..3fb6003 100644 --- a/cmd/joj3/teapot/main.go +++ b/cmd/joj3/teapot/main.go @@ -13,7 +13,6 @@ import ( func Run(conf conf.Conf) error { actions := os.Getenv("GITHUB_ACTIONS") - slog.Info("teapot start", "GITHUB_ACTIONS", actions) if actions != "true" { slog.Info("teapot exit", "GITHUB_ACTIONS", actions) return nil