Remove font debugging code

This commit is contained in:
Maurice Parker 2021-11-02 05:44:21 -05:00
parent 29b051e2c9
commit 12324bf498
1 changed files with 1 additions and 6 deletions

View File

@ -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
}