code cleaning: remove print statement
This commit is contained in:
@@ -76,7 +76,6 @@ final class MathFontTests: XCTestCase {
|
||||
executionGroup.notify(queue: .main) { [weak self] in
|
||||
guard let self = self else { return }
|
||||
XCTAssertEqual(self.testCount, totalCases)
|
||||
print("\(self.testCount) completed =================")
|
||||
}
|
||||
executionGroup.wait()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user