Skip to content

Commit

Permalink
Remove unnecessary print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Nov 6, 2024
1 parent 8fdd15f commit f453a46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tiledb/bioimg/converters/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def as_array(

segment_cache[segment[1]] = segment

print(segment[1])

if segment[1] == 1:
print(segment[1])

while (offsets := has_row(segment_cache, page)) is not None:
y_offset, z_offset = offsets

Expand Down

0 comments on commit f453a46

Please sign in to comment.