Преглед на файлове

chore(tests/discovery): remove errant debug statement

Brandon Philips преди 12 години
родител
ревизия
21d7d14178
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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")
 	}