diff --git a/lib/ui/notification/update/change_log_page.dart b/lib/ui/notification/update/change_log_page.dart index 6973c2a83..03fdf3978 100644 --- a/lib/ui/notification/update/change_log_page.dart +++ b/lib/ui/notification/update/change_log_page.dart @@ -123,15 +123,6 @@ class _ChangeLogPageState extends State { ), ); } - items.add( - ChangeLogEntry( - "Object Detection (Beta)", - "This release comes packed with another goodie – the ability to " - "identify objects within a photo.\nYou can preview this feature " - "within the Info section of your files.\n\nPlease note that this " - "feature is in beta, and once fine tuned, you will be able to search through your photos based on their contents.", - ), - ); return Container( padding: const EdgeInsets.only(left: 16),