Skip to content

Commit 1fe4ad0

Browse files
committed
Remove debug print
1 parent 9489480 commit 1fe4ad0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numba_dpex/core/types/dpctl_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ def box_sycl_event(typ, val, c):
176176
if not c.context.enable_nrt:
177177
raise UnreachableError
178178

179-
print("boxing...")
180-
181179
dpexrtCtx = dpexrt.DpexRTContext(c.context)
182180
event = dpexrtCtx.eventstruct_to_python(c.pyapi, val)
183181

0 commit comments

Comments
 (0)