Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Dec 3, 2018
1 parent 5b0215e commit 4d7aacb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/port_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func CreatePortForward(namespace, pod string, ports []string, kConfig *rest.Conf
}

path := fmt.Sprintf("/api/v1/namespaces/%s/pods/%s/portforward", namespace, pod)
fmt.Println(kConfig.Host)
hostIP := strings.TrimLeft(kConfig.Host, "https://")
serverURL := url.URL{Scheme: "https", Path: path, Host: hostIP}

Expand Down

0 comments on commit 4d7aacb

Please sign in to comment.