We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbdd74 commit cd17224Copy full SHA for cd17224
cmd/gateway/endpoint_picker.go
@@ -39,7 +39,6 @@ func realExtProcClientFactory(disableTLS, tlsSkipVerify bool) extProcClientFacto
39
return func(target string) (extprocv3.ExternalProcessorClient, func() error, error) {
40
var opts []grpc.DialOption
41
42
- fmt.Println("EPP flag values in factory:", disableTLS, tlsSkipVerify)
43
if disableTLS {
44
opts = append(opts, grpc.WithTransportCredentials(insecure.NewCredentials()))
45
} else {
0 commit comments