diff --git a/weed/pb/grpc_client_server.go b/weed/pb/grpc_client_server.go index ef22aeded..9c7cf124b 100644 --- a/weed/pb/grpc_client_server.go +++ b/weed/pb/grpc_client_server.go @@ -94,7 +94,6 @@ func WithCachedGrpcClient(fn func(*grpc.ClientConn) error, address string, opts return err } - println(" dialing to", address, "...") grpcConnection, err := GrpcDial(context.Background(), address, opts...) if err != nil { grpcClientsLock.Unlock()