Skip to content

Commit 457dd56

Browse files
committed
Remove debugging print statement.
1 parent b350c4c commit 457dd56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sparse/numba_backend/_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ def from_binsparse(arr, /, *, device=None, copy: bool | None = None) -> SparseAr
279279

280280
return sparse_type((val_arr, ptr_arr, crd_arr), shape=shape)
281281
case _:
282-
print(desc)
283282
raise RuntimeError(format_err_str)
284283

285284

0 commit comments

Comments
 (0)