mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Remove font debugging code
This commit is contained in:
parent
29b051e2c9
commit
12324bf498
@ -119,12 +119,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|||||||
#if DEBUG
|
#if DEBUG
|
||||||
syncTimer!.update()
|
syncTimer!.update()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for family in UIFont.familyNames.sorted() {
|
|
||||||
let names = UIFont.fontNames(forFamilyName: family)
|
|
||||||
print("Family: \(family) Font names: \(names)")
|
|
||||||
}
|
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user