diff --git a/internal/cmd/root.go b/internal/cmd/root.go index 4d5fb05..c1a9f59 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -29,7 +29,6 @@ func NewRootCommand(c *config.Config) *cobra.Command { } for _, command := range c.Sequence { - log.Info().Str("function", command).Msg("Executing function") cmd.SetArgs([]string{command}) if err := cmd.Execute(); err != nil { return err