Skip to content

Commit

Permalink
Removes stray print (pytorch#94079)
Browse files Browse the repository at this point in the history
Pertitle

Pull Request resolved: pytorch#94079
Approved by: https://github.com/voznesenskym
  • Loading branch information
ngimel authored and pytorchmergebot committed Feb 3, 2023
1 parent dfac113 commit 3c79ea2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch/_refs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4321,7 +4321,6 @@ def is_finite(x):
if dtype == torch.int64:
length = math.ceil((xend - xstart) / xstep)
else:
print(start, end, step)
length = math.ceil((end - start) / step)

if is_integer:
Expand Down

0 comments on commit 3c79ea2

Please sign in to comment.