Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSchlucke committed Aug 4, 2024
1 parent 7415c2b commit 041e8d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cellpose/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,6 @@ def open_color_dialog(self):
if color_dialog.exec_():
color = color_dialog.selectedColor()
if color.isValid():
print(color)
self.sender().setStyleSheet(self.get_color_button_style(color.name()))

def get_color_button_style(self, color_name):
Expand Down

0 comments on commit 041e8d3

Please sign in to comment.