From b4ea7300337f77575ffa13f52778096893df5a9f Mon Sep 17 00:00:00 2001 From: Michael Griebling Date: Wed, 18 Jan 2023 11:22:05 -0500 Subject: [PATCH] Clean up test code. --- Sources/SwiftMathRender/MathRender/MTMathUILabel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/SwiftMathRender/MathRender/MTMathUILabel.swift b/Sources/SwiftMathRender/MathRender/MTMathUILabel.swift index c0c99f9..a46b706 100644 --- a/Sources/SwiftMathRender/MathRender/MTMathUILabel.swift +++ b/Sources/SwiftMathRender/MathRender/MTMathUILabel.swift @@ -240,10 +240,10 @@ public class MTMathUILabel : MTView { func _layoutSubviews() { if _mathList != nil { - print("Pre list = \(_mathList!)") + // print("Pre list = \(_mathList!)") _displayList = MTTypesetter.createLineForMathList(_mathList, font: font, style: currentStyle) _displayList!.textColor = textColor - print("Post list = \(_mathList!)") + // print("Post list = \(_mathList!)") var textX = CGFloat(0) switch self.textAlignment { case .left: textX = contentInsets.left