[XLA/GPU] Remove unintended debug line.

PiperOrigin-RevId: 355716319
Change-Id: I88e3fd38706e17aab3234b0135f9aedcbaa4e825
This commit is contained in:
Tim Shen 2021-02-04 14:47:24 -08:00 committed by TensorFlower Gardener
parent daf8c3344e
commit a8b2a3d48c

View File

@ -809,7 +809,6 @@ bool CanEmitFusedDynamicUpdateSliceInPlaceForGpu(
auto maybe_lhs = GetAllocationSliceForMlir(parameter.memref(), allocations);
auto maybe_rhs = GetAllocationSliceForMlir(output_buffers[0], allocations);
LOG(ERROR) << "TIM: ";
return maybe_lhs.ok() && maybe_rhs.ok() && *maybe_lhs == *maybe_rhs;
}