Skip to content

Commit

Permalink
fix: HomeViewController에 사용되지 않는 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyxxn committed Nov 9, 2024
1 parent 2035f1b commit ae689c4
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ public final class HomeViewController: UIViewController {

// MARK: - Initializer
public init() {
for family in UIFont.familyNames {
print("Font Family: \(family)")
for fontName in UIFont.fontNames(forFamilyName: family) {
print(" Font Name: \(fontName)")
}
}
super.init(nibName: nil, bundle: nil)
}

Expand Down

0 comments on commit ae689c4

Please sign in to comment.