Remove println

This commit is contained in:
Mariano Cano 2019-02-05 17:27:10 -08:00
parent 4c9dccd3f6
commit cd934bbede

View file

@ -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)