Skip to content

Commit b6390df

Browse files
authored
remove logline that is logged in result anyeway (#1949)
1 parent efa0567 commit b6390df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/ci_backends/github_actions.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ func (g GithubActionCi) GetWorkflowUrl(spec spec.Spec) (string, error) {
4242

4343
_, workflowRunUrl, err := utils.GetWorkflowIdAndUrlFromDiggerJobId(g.Client, spec.VCS.RepoOwner, spec.VCS.RepoName, spec.JobId)
4444
if err != nil {
45-
slog.Error("Error getting workflow ID from job", "error", err)
4645
return "", err
4746
} else {
4847
return workflowRunUrl, nil

0 commit comments

Comments
 (0)