code cleaning: remove print statement

This commit is contained in:
Nicolas Guillot
2025-11-18 09:01:00 +01:00
parent 90767b7953
commit 8ce6da114c
7 changed files with 1 additions and 46 deletions

View File

@@ -253,7 +253,6 @@ class MTMathUILabelLineWrappingTests: XCTestCase {
// Check that we have multiple display elements (wrapped content)
if let displayList = label.displayList {
print("Display has \(displayList.subDisplays.count) subdisplays")
XCTAssertGreaterThan(displayList.subDisplays.count, 1, "Should have multiple display elements from wrapping")
}
}