Skip to content

Commit 2cf1034

Browse files
Removing unnecessary println
1 parent 4bbcc83 commit 2cf1034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ func TestSampleWindow_Update(t *testing.T) {
5757

5858
func TestProxyHandle(t *testing.T) {
5959
target := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
60-
println(r.URL.Path)
6160
if r.URL.Path == "/hello" {
6261
fmt.Fprint(w, "Hello, client")
6362
}

0 commit comments

Comments
 (0)