Remove debug log line

pull/6/head
Vish Kannan 2016-06-03 14:41:05 -07:00
parent 34a828d07e
commit 4e1596e61e
1 changed files with 0 additions and 1 deletions

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