From 40fc67a60da23aa2bf2aa2f9038af8e9de0ec473 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 12 Oct 2024 01:07:46 -0400 Subject: [PATCH] chore: remove log GITHUB_ACTIONS --- cmd/joj3/teapot/main.go | 1 - 1 file changed, 1 deletion(-) 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