diff --git a/gramps/gen/utils/maclocale.py b/gramps/gen/utils/maclocale.py index 88e6db24e..97eea1ea4 100644 --- a/gramps/gen/utils/maclocale.py +++ b/gramps/gen/utils/maclocale.py @@ -207,13 +207,10 @@ def mac_setup_localization(glocale): "AppleCollationOrder") if not apple_collation: - print('No apple collation') return None apple_collation = apple_collation.strip() if not apple_collation or apple_collation.startswith("root"): - print('No meaningful apple collation') return None - print('Got collation %s from defaults' % apple_collation) return apple_collation #The action starts here