From 1631fa86e742f31b8adc1fafbc39bc66f5c9f375 Mon Sep 17 00:00:00 2001 From: Mingxing Tan Date: Mon, 11 May 2020 08:36:12 -0700 Subject: [PATCH] Delete the useless print. PiperOrigin-RevId: 310918371 Change-Id: Ie88d67e1aee503b38049656579edd84b1dccff0b --- tensorflow/core/profiler/internal/tfprof_stats.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/core/profiler/internal/tfprof_stats.cc b/tensorflow/core/profiler/internal/tfprof_stats.cc index 22b3bdc2042..56e6e2bcba3 100644 --- a/tensorflow/core/profiler/internal/tfprof_stats.cc +++ b/tensorflow/core/profiler/internal/tfprof_stats.cc @@ -58,7 +58,6 @@ TFStats::TFStats(std::unique_ptr graph, ckpt_reader_(std::move(ckpt_reader)) { CHECK(graph) << "Must at least have GraphDef"; - absl::PrintF("Parsing Inputs...\n"); AddGraph(std::move(graph)); if (run_meta && run_meta->has_step_stats()) { AddRunMeta(0, std::move(run_meta));