From ff0a7c1d18361ad76fb2c6134cfdca267e96fea0 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 23 Apr 2020 03:10:47 -0700 Subject: [PATCH] clean up --- weed/pb/grpc_client_server.go | 1 - 1 file changed, 1 deletion(-) 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()