Skip to content

Commit

Permalink
remvoe debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
bootjp committed Apr 26, 2021
1 parent b80a871 commit ccb47fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,12 @@ func main() {
log.Fatalln(err)
}

for _, job := range jobs {
fmt.Println(job.GetName())
}
if ignoreJobNamePat != "" {
jobs, err = ExcludeJobNamePattern(jobs, ignoreJobNamePat)
if err != nil {
log.Fatalln(err)
}
}
fmt.Println("--")

for _, job := range jobs {
fmt.Println(job.GetName())
}

detectFailJobs := DetectFailJobs(jobs)
summary := map[string][]*FailJob{}
Expand Down

0 comments on commit ccb47fe

Please sign in to comment.