From c6ca865e1a9e3ad10e9e22f17d130b29a78b5468 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 28 May 2015 10:12:37 -0700 Subject: [PATCH] Remove debug print --- test/e2e/dns.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/dns.go b/test/e2e/dns.go index 2f133e9337c..1795efdd0a2 100644 --- a/test/e2e/dns.go +++ b/test/e2e/dns.go @@ -239,7 +239,6 @@ var _ = Describe("DNS", func() { probeCmd += fmt.Sprintf(`test -n "$(dig +tcp +noall +answer +search %s)" && echo OK > /results/tcp@%s;`, name, name) } probeCmd += "sleep 1; done" - Logf("vishh: 1") // Run a pod which probes DNS and exposes the results by HTTP. By("creating a pod to probe DNS") pod := &api.Pod{