Skip to content

Commit cd17224

Browse files
committed
remove print statement
1 parent 5cbdd74 commit cd17224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/gateway/endpoint_picker.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func realExtProcClientFactory(disableTLS, tlsSkipVerify bool) extProcClientFacto
3939
return func(target string) (extprocv3.ExternalProcessorClient, func() error, error) {
4040
var opts []grpc.DialOption
4141

42-
fmt.Println("EPP flag values in factory:", disableTLS, tlsSkipVerify)
4342
if disableTLS {
4443
opts = append(opts, grpc.WithTransportCredentials(insecure.NewCredentials()))
4544
} else {

0 commit comments

Comments
 (0)