Skip to content

Commit 6f25850

Browse files
committed
Be less verbose
1 parent 7114280 commit 6f25850

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/napari_stitcher/_stitcher_widget.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -526,16 +526,16 @@ def watch_layer_changes(self, event):
526526
viewer_utils.image_layer_to_msim(l, self.viewer),
527527
't',
528528
)
529-
else:
530-
# inform user about the consequences of modifying transforms
531-
if self.visualization_type_rbuttons.value == CHOICE_METADATA:
532-
notifications.notification_manager.receive_info(
533-
'Please reload the layers for a new registration.'
534-
)
535-
elif self.visualization_type_rbuttons.value == CHOICE_REGISTERED:
536-
notifications.notification_manager.receive_info(
537-
'Manual corrections of transforms will be supported soon!'
538-
)
529+
# else:
530+
# # inform user about the consequences of modifying transforms
531+
# if self.visualization_type_rbuttons.value == CHOICE_METADATA:
532+
# notifications.notification_manager.receive_info(
533+
# 'Please reload the layers for a new registration.'
534+
# )
535+
# elif self.visualization_type_rbuttons.value == CHOICE_REGISTERED:
536+
# notifications.notification_manager.receive_info(
537+
# 'Manual corrections of transforms will be supported soon!'
538+
# )
539539

540540

541541
def link_channel_layers(self, layers, attributes=('contrast_limits', 'visible')):

0 commit comments

Comments
 (0)