Skip to content

Commit

Permalink
quick clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
martisah committed Oct 8, 2024
1 parent bb347a1 commit a5e5c66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions command/job_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ func (c *JobStartCommand) Run(args []string) int {
statusCh <- 1
return
}
if *job.Name == "bridge2" {
c.Ui.Output(fmt.Sprintf("HERE"))

}

// Nothing to do
evalCreated := resp.EvalID != ""
Expand Down

0 comments on commit a5e5c66

Please sign in to comment.