mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Remove debugging LOG(INFO) from previous change.
PiperOrigin-RevId: 157837305
This commit is contained in:
parent
ac66be783b
commit
c6ea6972ae
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user