diff --git a/cmd/github-release/plan_cmd.go b/cmd/github-release/plan_cmd.go index 123939e..0217d52 100644 --- a/cmd/github-release/plan_cmd.go +++ b/cmd/github-release/plan_cmd.go @@ -68,9 +68,6 @@ func planAction(c *cli.Context, opts *globalOptions) error { return err } - rb, _ := yaml.Marshal(repoCommit) - fmt.Printf("commit:\n---\n%s\n", string(rb)) - commit := NewCommit(repo, ref, repoCommit) osInfo, err := NewOSInfo() if err != nil {