فهرست منبع

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")
 	}