Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed Oct 31, 2023
1 parent c93ef1e commit e005126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_xla/csrc/data_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ std::vector<int64_t> BuildSqueezedDimensions(
}
i++;
}
std::cout << "output_dims: " << output_dimensions << std::endl;
return output_dimensions;
}

Expand Down

0 comments on commit e005126

Please sign in to comment.