Commit 4e1596e6 authored by Vish Kannan's avatar Vish Kannan

Remove debug log line

parent 34a828d0
...@@ -188,7 +188,6 @@ func RunRemote(archive string, host string, cleanup bool, junitFileNumber int) ( ...@@ -188,7 +188,6 @@ func RunRemote(archive string, host string, cleanup bool, junitFileNumber int) (
glog.Infof("Copying test artifacts from %s", host) glog.Infof("Copying test artifacts from %s", host)
scpErr := getTestArtifacts(host, tmp) scpErr := getTestArtifacts(host, tmp)
exitOk := true exitOk := true
glog.Errorf("vishh: %v", scpErr)
if scpErr != nil { if scpErr != nil {
// Only exit non-0 if the scp failed // Only exit non-0 if the scp failed
exitOk = false exitOk = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment