mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 08:26:40 +00:00
chore(builds): remove debug output
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user