Skip to content

Commit c87a94b

Browse files
committed
Remove printf.
1 parent 595f94b commit c87a94b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numba_dppy/dppy_rt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ void usmarray_memsys_init(void) {
7676
}
7777

7878
void * usmarray_get_ext_allocator(void) {
79-
printf("usmarray_get_ext_allocator %p\n", &usmarray_allocator);
8079
return (void*)&usmarray_allocator;
8180
}
8281

0 commit comments

Comments
 (0)