Skip to content

Commit

Permalink
Remove debut print
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Jul 31, 2017
1 parent 251a2c1 commit 9099404
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 @@ -180,7 +180,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 9099404

Please sign in to comment.