Remove println
This commit is contained in:
parent
4c9dccd3f6
commit
cd934bbede
1 changed files with 0 additions and 1 deletions
|
@ -579,7 +579,6 @@ func TestBootstrapListener(t *testing.T) {
|
|||
t.Errorf("BootstrapClient() error = %v", err)
|
||||
return
|
||||
}
|
||||
println("https://" + lis.Addr().String())
|
||||
resp, err := client.Get("https://" + lis.Addr().String())
|
||||
if err != nil {
|
||||
t.Errorf("client.Get() error = %v", err)
|
||||
|
|
Loading…
Reference in a new issue