Skip to content

Commit a297f9a

Browse files
committed
Remove debug leftovers
1 parent b2f570a commit a297f9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpnp/tests/third_party/cupy/indexing_tests/test_indexing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ def test_choose_broadcast2(self, xp, dtype):
228228
def test_choose_wrap(self, xp, dtype):
229229
a = xp.array([0, 3, -1, 5])
230230
c = testing.shaped_arange((3, 4), xp, dtype)
231-
print(a)
232-
print(c)
233231
return a.choose(c, mode="wrap")
234232

235233
@testing.for_all_dtypes()

0 commit comments

Comments
 (0)