Remove font debugging code

This commit is contained in:
Maurice Parker 2021-11-02 05:44:21 -05:00
parent 29b051e2c9
commit 12324bf498

View File

@ -120,11 +120,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
syncTimer!.update()
#endif
for family in UIFont.familyNames.sorted() {
let names = UIFont.fontNames(forFamilyName: family)
print("Family: \(family) Font names: \(names)")
}
return true
}