Delete unnecessary (mistakenly duplicated) logging message.

PiperOrigin-RevId: 158428506
This commit is contained in:
A. Unique TensorFlower 2017-06-08 12:43:56 -07:00 committed by TensorFlower Gardener
parent b6ad1d747f
commit a0c80e4d5f

View File

@ -626,7 +626,6 @@ Costs VirtualScheduler::Summary() const {
<< (persisent_ops.count(op) > 0 ? ": persistent op)" : ")");
}
}
VLOG(1) << "Per-op execution time (and memory usage at peak memory usage):";
if (critical_path_costs.execution_time <= state.GetCurrTime()) {
critical_path_costs = state.device_costs;
}