Remove spurious std:cerr debugging statement.

PiperOrigin-RevId: 296234228
Change-Id: I4817dbcaf48ab37fe68df18bad5f030746099341
This commit is contained in:
A. Unique TensorFlower 2020-02-20 09:55:51 -08:00 committed by TensorFlower Gardener
parent 33b8e22a6e
commit e85f354bba

View File

@ -194,7 +194,6 @@ Device* DynamicDeviceMgr::HostCPU() const {
}
cpu_device_ = nullptr;
for (const auto& pair : dynamic_devices_) {
std::cerr << "WOWZA: " << pair.first << std::endl;
if (pair.first->device_type() == DEVICE_CPU) {
cpu_device_ = pair.first;
break;