Skip to content

Commit ef35fcb

Browse files
committed
clean print message
1 parent d2030ff commit ef35fcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

routers/web/repo/actions/view.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ func getRunJobs(ctx *context_module.Context, runIndex, jobIndex int64) (*actions
528528
return nil, nil
529529
}
530530
run.Repo = ctx.Repo.Repository
531-
fmt.Println("-----getRunJobs", runIndex, jobIndex)
532531
jobs, err := actions_model.GetRunJobsByRunID(ctx, run.ID)
533532
if err != nil {
534533
ctx.Error(http.StatusInternalServerError, err.Error())
@@ -538,7 +537,6 @@ func getRunJobs(ctx *context_module.Context, runIndex, jobIndex int64) (*actions
538537
ctx.Error(http.StatusNotFound)
539538
return nil, nil
540539
}
541-
fmt.Println("-----getRunJobs", len(jobs))
542540

543541
for _, v := range jobs {
544542
v.Run = run

0 commit comments

Comments
 (0)