diff --git a/mobile/lib/ui/viewer/actions/album_selection_action_widget.dart b/mobile/lib/ui/viewer/actions/album_selection_action_widget.dart index abf4c496d9..8d6546cb44 100644 --- a/mobile/lib/ui/viewer/actions/album_selection_action_widget.dart +++ b/mobile/lib/ui/viewer/actions/album_selection_action_widget.dart @@ -202,8 +202,7 @@ class _AlbumSelectionActionWidgetState nonEmptyCollection, ); if (result == false) { - // Navigator.of(context).pop(); - debugPrint("No pop"); + debugPrint("Failed to delete collection"); } } if (hasFavorites) {