Skip to content

Commit

Permalink
deleted print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSchlucke committed Aug 4, 2024
1 parent d28d941 commit f01369d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cellpose/gui/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ def _load_masks(parent, filename=None):
""" load zeros-based masks (0=no cell, 1=cell 1, ...) """
if filename is None:
name = QFileDialog.getOpenFileName(parent, "Load masks (PNG or TIFF)")
print()
filename = name[0]
print(f"GUI_INFO: loading masks: {filename}")
masks = imread(filename)
Expand Down

0 comments on commit f01369d

Please sign in to comment.