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

Commit 68c2c06

Browse files
committed
- no longer show PUSH debug message in log
1 parent 5c0509d commit 68c2c06

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cmd/rr-jobs/jobs/debug.go

-8
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ func (s *debugger) listener(event int, ctx interface{}) {
5252
}
5353

5454
switch event {
55-
case jobs.EventPushOK:
56-
e := ctx.(*jobs.JobEvent)
57-
s.logger.Info(util.Sprintf(
58-
"job.<yellow+h>PUSH</reset> <white+hb>%s</reset> <gray+hb>%s</reset>",
59-
e.Job.Job,
60-
e.ID,
61-
))
62-
6355
case jobs.EventJobOK:
6456
e := ctx.(*jobs.JobEvent)
6557
s.logger.Info(util.Sprintf(

0 commit comments

Comments
 (0)