diff --git a/test/e2e_node/e2e_remote.go b/test/e2e_node/e2e_remote.go index 8abb467ceb6..20f4280664b 100644 --- a/test/e2e_node/e2e_remote.go +++ b/test/e2e_node/e2e_remote.go @@ -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