Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
- no longer show PUSH debug message in log
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Dec 26, 2019
1 parent 5c0509d commit 68c2c06
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/rr-jobs/jobs/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ func (s *debugger) listener(event int, ctx interface{}) {
}

switch event {
case jobs.EventPushOK:
e := ctx.(*jobs.JobEvent)
s.logger.Info(util.Sprintf(
"job.<yellow+h>PUSH</reset> <white+hb>%s</reset> <gray+hb>%s</reset>",
e.Job.Job,
e.ID,
))

case jobs.EventJobOK:
e := ctx.(*jobs.JobEvent)
s.logger.Info(util.Sprintf(
Expand Down

0 comments on commit 68c2c06

Please sign in to comment.