Remove debugging LOG(INFO) from previous change.

PiperOrigin-RevId: 157837305
This commit is contained in:
A. Unique TensorFlower 2017-06-02 09:09:37 -07:00 committed by TensorFlower Gardener
parent ac66be783b
commit c6ea6972ae

View File

@ -1204,7 +1204,6 @@ void Literal::CopyFromProto(const LiteralProto& literal_proto) {
*mutable_shape() = literal_proto.shape();
switch (shape().element_type()) {
case PRED:
LOG(INFO) << literal_proto.ShortDebugString();
*mutable_preds() = BoolVector(literal_proto.preds().begin(),
literal_proto.preds().end());
break;