aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/channel_trace.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-06 11:11:31 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-06 11:46:46 -0800
commit9efb1777306c2d28ccc35ded2f8ff2c8af08941a (patch)
treeb0b0ad205ee1dde694e0ca36f4d5995bddf5bb6c /src/core/lib/channel/channel_trace.cc
parentb50f74f5022a3060fac8ac1206750c539bd1cfc4 (diff)
Review feedback, gTest
Diffstat (limited to 'src/core/lib/channel/channel_trace.cc')
-rw-r--r--src/core/lib/channel/channel_trace.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lib/channel/channel_trace.cc b/src/core/lib/channel/channel_trace.cc
index 07c2c1fd97..08f6f72d63 100644
--- a/src/core/lib/channel/channel_trace.cc
+++ b/src/core/lib/channel/channel_trace.cc
@@ -152,8 +152,6 @@ void ChannelTrace::TraceEvent::RenderTraceEvent(grpc_json* json) const {
json_iterator = grpc_json_create_child(json_iterator, json, "description",
grpc_slice_to_c_string(data_),
GRPC_JSON_STRING, true);
- // TODO(ncteisen): Either format this as google.rpc.Status here, or ensure
- // it is done in the layers above core.
if (error_ != GRPC_ERROR_NONE) {
grpc_status_code code;
grpc_slice message;