chore(builds): remove debug output

This commit is contained in:
2021-05-08 23:33:13 +01:00
parent b8278c0cc7
commit 3a2ea2bceb

View File

@@ -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 {