Skip to content

Commit

Permalink
fix(sdk): delete jobsTicker log (#3150)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <[email protected]>
  • Loading branch information
bnjjj authored and fsamin committed Aug 7, 2018
1 parent 2d5c957 commit c3263a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/cdsclient/client_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ func (c *client) QueuePolling(ctx context.Context, jobs chan<- sdk.WorkflowNodeJ
}
}
case <-jobsTicker.C:
//if c.config.Verbose {
fmt.Println("jobsTicker")
//}
if c.config.Verbose {
fmt.Println("jobsTicker")
}

if jobs != nil {
queue := sdk.WorkflowQueue{}
Expand Down

0 comments on commit c3263a0

Please sign in to comment.