Просмотр исходного кода

chore(tests/discovery): remove errant debug statement

Brandon Philips 12 лет назад
Родитель
Сommit
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")
 	}