diff --git a/etcdserver/v2store/store_v2v3_test.go b/etcdserver/v2store/store_v2v3_test.go index 8232ce09a..4d2703c40 100644 --- a/etcdserver/v2store/store_v2v3_test.go +++ b/etcdserver/v2store/store_v2v3_test.go @@ -25,12 +25,10 @@ import ( "github.com/coreos/etcd/etcdserver/v2store" "github.com/coreos/etcd/integration" - "github.com/coreos/pkg/capnslog" "google.golang.org/grpc/grpclog" ) func init() { - capnslog.SetGlobalLogLevel(capnslog.CRITICAL) clientv3.SetLogger(grpclog.NewLoggerV2(ioutil.Discard, ioutil.Discard, ioutil.Discard)) }