Skip to content

Commit 0f1fab5

Browse files
committed
Remove "hi"
1 parent 0348723 commit 0f1fab5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numcodecs/blosc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def compress(
117117

118118
blosc.set_blocksize(blocksize)
119119
if isinstance(source, np.ndarray):
120-
print('hi')
121120
if typesize is None:
122121
typesize = source.dtype.itemsize
123122
_check_not_object_array(source)

0 commit comments

Comments
 (0)