Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Nov 15, 2023
1 parent 8fcab60 commit bc0e16d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions numba_dpex/core/types/dpctl_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ def box_sycl_event(typ, val, c):
if not c.context.enable_nrt:
raise UnreachableError

print("boxing...")

dpexrtCtx = dpexrt.DpexRTContext(c.context)
event = dpexrtCtx.eventstruct_to_python(c.pyapi, val)

Expand Down

0 comments on commit bc0e16d

Please sign in to comment.