remove logging debug line from cli

This commit is contained in:
Jasmine Dahilig
2020-01-09 11:38:31 -08:00
committed by Mahmood Ali
parent 15f8a14242
commit c0ff0bef5e

View File

@@ -11,7 +11,6 @@ import (
"github.com/hashicorp/nomad/api"
"github.com/hashicorp/nomad/helper"
"github.com/kr/pretty"
"github.com/posener/complete"
)
@@ -237,7 +236,6 @@ func (c *JobRunCommand) Run(args []string) int {
opts.PolicyOverride = true
}
fmt.Printf("========\nJOB IS\n%# v\n========", pretty.Formatter(job))
// Submit the job
resp, _, err := client.Jobs().RegisterOpts(job, opts, nil)
if err != nil {