From 4e1596e61eaa0770f48a2ee9a04054531db4ea83 Mon Sep 17 00:00:00 2001 From: Vish Kannan Date: Fri, 3 Jun 2016 14:41:05 -0700 Subject: [PATCH] Remove debug log line --- test/e2e_node/e2e_remote.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e_node/e2e_remote.go b/test/e2e_node/e2e_remote.go index 8abb467ceb..20f4280664 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