Skip to content

Commit

Permalink
Update Source/FittableRootView.swift
Browse files Browse the repository at this point in the history
remove print statement

Co-authored-by: Tom Baranes <[email protected]>
  • Loading branch information
Minimistro32 and tbaranes authored Jan 5, 2022
1 parent 0fffdc3 commit 4d4c9af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/FittableRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ open class FittableRootView: UIView {

private func updateFontSizeLinks(in view: UIView) {
for subview in view.subviews {
print(subview.self)
if let label = subview as? FittableFontLabel {
if let fontSizeLinkIdentifier = label.fontSizeLinkIdentifier {
if let fontSizeLink = fontSizeLinks[fontSizeLinkIdentifier] {
Expand Down

0 comments on commit 4d4c9af

Please sign in to comment.