Skip to content

Commit adcc3b3

Browse files
committed
obsolete print
1 parent 364f008 commit adcc3b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_capi/test_opt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,6 @@ def testfunc(n):
22972297
_, ex = self._run_with_optimizer(testfunc, TIER2_THRESHOLD)
22982298
self.assertIsNotNone(ex)
22992299
uops = get_opnames(ex)
2300-
print(uops)
23012300
self.assertNotIn("_CALL_LEN", uops)
23022301
self.assertIn("_SHUFFLE_3_LOAD_CONST_INLINE_BORROW", uops)
23032302

0 commit comments

Comments
 (0)