Browse Source

chore(tests/discovery): remove errant debug statement

Brandon Philips 12 years ago
parent
commit
21d7d14178
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/functional/discovery_test.go

+ 0 - 1
tests/functional/discovery_test.go

@@ -24,7 +24,6 @@ type garbageHandler struct {
 
 func (g *garbageHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 	fmt.Fprintln(w, "Hello, client")
-	println("HI")
 	if r.URL.String() != "/v2/keys/_etcd/registry/1/node1" {
 		g.t.Fatalf("Unexpected web request")
 	}