mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Remove debug log line
This commit is contained in:
parent
34a828d07e
commit
4e1596e61e
@ -188,7 +188,6 @@ func RunRemote(archive string, host string, cleanup bool, junitFileNumber int) (
|
||||
glog.Infof("Copying test artifacts from %s", host)
|
||||
scpErr := getTestArtifacts(host, tmp)
|
||||
exitOk := true
|
||||
glog.Errorf("vishh: %v", scpErr)
|
||||
if scpErr != nil {
|
||||
// Only exit non-0 if the scp failed
|
||||
exitOk = false
|
||||
|
Loading…
Reference in New Issue
Block a user