Skip to content

Commit 114c982

Browse files
committed
remove logs line
1 parent c3bd972 commit 114c982

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dgctl/cmd/exec.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ func GetWorkflowIdAndUrlFromDiggerJobId(client *github.Client, repoOwner string,
165165

166166
for _, workflowjob := range workflowjobs.Jobs {
167167
for _, step := range workflowjob.Steps {
168-
//log.Printf("workflowRun: %v workflowJob %v workflowjobName: %v workflowStep %v", *workflowRun.ID, *workflowjob.ID, *workflowjob.Name, *step.Name)
169-
170168
if strings.Contains(*step.Name, diggerJobID) {
171169
url := fmt.Sprintf("https://github.com/%v/%v/actions/runs/%v", repoOwner, repoName, *workflowRun.ID)
172170
return workflowRun.ID, workflowjob.ID, &url, nil

0 commit comments

Comments
 (0)