Remove debug log line

This commit is contained in:
Vish Kannan 2016-06-03 14:41:05 -07:00
parent 34a828d07e
commit 4e1596e61e

View File

@ -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