aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug/debug_io_utils.cc
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2016-12-07 08:29:20 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-07 08:47:07 -0800
commitd1c8a40dec3826a429c581ef523646baf7276bb2 (patch)
tree77efeb0b8591425b8c7fe4f19032bae977c2c1b7 /tensorflow/core/debug/debug_io_utils.cc
parent6d583d6f54f8613d93c1c8c91e144527cc3bd092 (diff)
tfdbg: Some changes that take effect only internally.
Change: 141311719
Diffstat (limited to 'tensorflow/core/debug/debug_io_utils.cc')
-rw-r--r--tensorflow/core/debug/debug_io_utils.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/debug/debug_io_utils.cc b/tensorflow/core/debug/debug_io_utils.cc
index dc7121e6c3..41868ce8da 100644
--- a/tensorflow/core/debug/debug_io_utils.cc
+++ b/tensorflow/core/debug/debug_io_utils.cc
@@ -289,10 +289,8 @@ Status DebugGrpcChannel::Close() {
reader_writer_->WritesDone();
if (reader_writer_->Finish().ok()) {
- std::cout << "Finish() returned ok status" << std::endl; // DEBUG
return Status::OK();
} else {
- std::cout << "Finish() returned non-ok status" << std::endl; // DEBUG
return Status(error::FAILED_PRECONDITION,
"Failed to close debug GRPC stream.");
}