mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
remove logging debug line from cli
This commit is contained in:
committed by
Mahmood Ali
parent
15f8a14242
commit
c0ff0bef5e
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user