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

Commit

Permalink
Remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed Jan 13, 2018
1 parent 6a71b89 commit 179260b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/pipeline/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func Watch(ctx context.Context, c kubernetes.Interface, watchPod *v1.Pod) (<-cha
for {
select {
case <-time.After(watchPollInterval):
log.Println("Polling pod status")
pod, err := c.CoreV1().Pods(watchPod.Namespace).Get(watchPod.Name, metav1.GetOptions{})
if pod != nil {
parsePodStatus(pod)
Expand Down

0 comments on commit 179260b

Please sign in to comment.