Skip to content

Commit

Permalink
remove fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrato authored and github-actions committed Jun 6, 2024
1 parent 27f4124 commit 4cc6df1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/kube/proxy/sess.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4cc6df1

Please sign in to comment.