Explorar o código

chore(tests/discovery): remove errant debug statement

Brandon Philips %!s(int64=12) %!d(string=hai) anos
pai
achega
21d7d14178
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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) {
 func (g *garbageHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 	fmt.Fprintln(w, "Hello, client")
 	fmt.Fprintln(w, "Hello, client")
-	println("HI")
 	if r.URL.String() != "/v2/keys/_etcd/registry/1/node1" {
 	if r.URL.String() != "/v2/keys/_etcd/registry/1/node1" {
 		g.t.Fatalf("Unexpected web request")
 		g.t.Fatalf("Unexpected web request")
 	}
 	}