Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
udsamani committed Sep 11, 2024
1 parent 2df4031 commit 7ec8f2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/publicapi/endpoint/orchestrator/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (e *Endpoint) getJob(c echo.Context) error { //nolint: gocyclo
}
job, err := e.store.GetJob(ctx, jobID)
if err != nil {
log.Error().Err(err)
return err
}
response := apimodels.GetJobResponse{
Expand Down

0 comments on commit 7ec8f2c

Please sign in to comment.