Remove spurious std:cerr debugging statement.
PiperOrigin-RevId: 296234228 Change-Id: I4817dbcaf48ab37fe68df18bad5f030746099341
This commit is contained in:
parent
33b8e22a6e
commit
e85f354bba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user