Skip to content

Commit 62d7c24

Browse files
committed
Remove stale print
1 parent 1e5d853 commit 62d7c24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

blosc2/lazyexpr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,6 @@ def slices_eval(
637637
out = blosc2.empty(shape_, dtype=result.dtype, **kwargs)
638638
# Check if the in out partitions are well-behaved (i.e. no padding)
639639
behaved = are_partitions_behaved(out.shape, out.chunks, out.blocks)
640-
print(f"Behaved: {behaved}")
641640

642641
if where is None or len(where) == 2:
643642
if behaved:

0 commit comments

Comments
 (0)