Skip to content

Commit

Permalink
consul/connect: remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Jan 22, 2021
1 parent 00fe0d6 commit 6730de3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nomad/job_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ func (j *Job) Register(args *structs.JobRegisterRequest, reply *structs.JobRegis
}
}
for service, entry := range entries.Terminating {
fmt.Println("SH JE set terminating CE", service)
if err := j.srv.consulConfigEntries.SetTerminatingCE(ctx, service, entry); err != nil {
return err
}
Expand Down

0 comments on commit 6730de3

Please sign in to comment.