Skip to content

Commit 8666737

Browse files
committed
remove errant debug print
1 parent 3cb32ec commit 8666737

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/getproviders/registry_client_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package getproviders
66
import (
77
"context"
88
"encoding/json"
9-
"fmt"
109
"log"
1110
"net/http"
1211
"net/http/httptest"
@@ -449,8 +448,6 @@ func TestFindClosestProtocolCompatibleVersion(t *testing.T) {
449448
t.Fatalf("wrong error\ngot: <nil>\nwant: %s", test.wantErr)
450449
}
451450

452-
fmt.Printf("Got: %s, Want: %s\n", got, test.wantSuggestion)
453-
454451
if !got.Same(test.wantSuggestion) {
455452
t.Fatalf("wrong result\ngot: %s\nwant: %s", got.String(), test.wantSuggestion.String())
456453
}

0 commit comments

Comments
 (0)