diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index 81e95fe5b..659b7f9b0 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -119,12 +119,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD #if DEBUG syncTimer!.update() #endif - - for family in UIFont.familyNames.sorted() { - let names = UIFont.fontNames(forFamilyName: family) - print("Family: \(family) Font names: \(names)") - } - + return true }