Fix no logging tests

pull/13288/head
ncteisen 7 years ago
parent f9d7c278be
commit f2132f1c5d
  1. 1
      src/core/ext/transport/chttp2/transport/chttp2_transport.cc

@ -275,7 +275,6 @@ static void init_transport(grpc_exec_ctx* exec_ctx, grpc_chttp2_transport* t,
GRPC_CHTTP2_CLIENT_CONNECT_STRLEN);
t->abstract.Init<Derived>();
t->abstract->foo();
t->base.vtable = get_vtable();
t->ep = ep;

Loading…
Cancel
Save