diff --git a/lib/kube/proxy/sess.go b/lib/kube/proxy/sess.go index f624112c1fc19..27f320dec31f3 100644 --- a/lib/kube/proxy/sess.go +++ b/lib/kube/proxy/sess.go @@ -660,7 +660,6 @@ func (s *session) launch(isEphemeralCont bool) (returnErr error) { } status := getEphemeralContainerStatusByName(pod, container) if status == nil { - fmt.Println("######## status is nil", pod, container) // the container couldn't be found in the pod, return the // original command streaming error return trace.Wrap(streamErr) @@ -1448,8 +1447,6 @@ func (s *session) patchAndWaitForPodEphemeralContainer(ctx context.Context, auth return false, trace.BadParameter("watch did not return a pod: %v", ev.Object) } - fmt.Println("#########3 pod status", p.Status.Phase, p.GetResourceVersion()) - s := getEphemeralContainerStatusByName(p, waitingCont.Spec.ContainerName) if s == nil { return false, nil