aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-11-02 12:54:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-02 12:59:16 -0700
commit99be37d3b26c31e26a1209cfa1f0c1b18d60ef69 (patch)
tree0cdc6a491cbb3278621787f7f3dcf20e7c5c361d
parent3ded5b3c875634fb7ebfee986bba69ab4299214c (diff)
[gRPC] Remove leftover debugging code.
PiperOrigin-RevId: 174367378
-rw-r--r--tensorflow/core/distributed_runtime/rpc/grpc_state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/grpc_state.h b/tensorflow/core/distributed_runtime/rpc/grpc_state.h
index 3175d688ec..087b49ba76 100644
--- a/tensorflow/core/distributed_runtime/rpc/grpc_state.h
+++ b/tensorflow/core/distributed_runtime/rpc/grpc_state.h
@@ -114,8 +114,6 @@ class RPCState : public GrpcClientCQTag {
if (s.ok() && failure_.load()) {
s.Update(errors::Internal("callback error"));
}
- string str;
- GrpcMaybeParseProto(response_buf_, &str);
if (s.ok() && !GrpcMaybeParseProto(response_buf_, response_)) {
s.Update(errors::Internal("could not parse rpc response"));
}