From c0ff0bef5eba0e57cb45793274925d1ad59851c5 Mon Sep 17 00:00:00 2001 From: Jasmine Dahilig Date: Thu, 9 Jan 2020 11:38:31 -0800 Subject: [PATCH] remove logging debug line from cli --- command/job_run.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/command/job_run.go b/command/job_run.go index 2e857a849..3f0bcebfa 100644 --- a/command/job_run.go +++ b/command/job_run.go @@ -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 {