Skip to content

Commit 0c5a573

Browse files
author
Radu Matei
committed
Cleanup
1 parent c8072e1 commit 0c5a573

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

kube_util.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ func watchPod(kubeconfig string, pod *v1.Pod) {
174174
}
175175

176176
func getStreamOptions(attachOptions *v1.PodAttachOptions, stdin io.Reader, stdout, stderr io.Writer) remotecommand.StreamOptions {
177-
178-
fmt.Printf("attach options: %v", attachOptions)
179-
180177
var streamOptions remotecommand.StreamOptions
181178
if attachOptions.Stdin {
182179
streamOptions.Stdin = stdin
@@ -190,6 +187,5 @@ func getStreamOptions(attachOptions *v1.PodAttachOptions, stdin io.Reader, stdou
190187
streamOptions.Stderr = stderr
191188
}
192189

193-
fmt.Printf("stream options: %v", streamOptions)
194190
return streamOptions
195191
}

0 commit comments

Comments
 (0)