Skip to content

Commit

Permalink
Remove debut print
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Aug 7, 2017
1 parent cd978a9 commit 906e241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cupy/sparse/compressed.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ def _get_major_slice(self, major):
major_stop = major_size
if major_step is None:
major_step = 1
print(major_start, major_stop, major_size)
if major_start < 0:
major_start += major_size
if major_stop < 0:
Expand Down

0 comments on commit 906e241

Please sign in to comment.