Skip to content

Commit

Permalink
deleted debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkrasniqi committed Jul 25, 2024
1 parent fb19fd4 commit a5647ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cellpose/gui/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ def _load_image(parent, filename=None, load_seg=True, load_3D=False):
#checks if the file is a tiff
if filename and (filename.endswith('.tif') or filename.endswith('.tiff')):
processed_images = process_tiff_image(filename)
for i, img in enumerate(processed_images):
img.show(title=f"Processed Image {i}")
parent.processed_images = processed_images
if filename is None:
name = QFileDialog.getOpenFileName(parent, "Load image")
Expand Down

0 comments on commit a5647ae

Please sign in to comment.