Skip to content

Commit e9adeae

Browse files
authored
Remove two print statements in tests (#853)
1 parent 887308b commit e9adeae

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Tests/SwiftDocCTests/DocumentationService/ConvertService/ConvertServiceTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,6 @@ class ConvertServiceTests: XCTestCase {
919919
)
920920

921921
case .asset(let assetReference):
922-
print(assetReference)
923922
switch (assetReference.assetName, assetReference.bundleIdentifier) {
924923
case (let assetName, "identifier") where ["before.swift", "after.swift"].contains(assetName):
925924
var asset = DataAsset()

Tests/SwiftDocCTests/Infrastructure/PathHierarchyTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,8 +1812,6 @@ class PathHierarchyTests: XCTestCase {
18121812
let (_, _, context) = try loadBundle(from: tempURL)
18131813
let tree = context.linkResolver.localResolver.pathHierarchy
18141814

1815-
print(tree.dump())
1816-
18171815
let moduleID = try tree.find(path: "/ModuleName", onlyFindSymbols: true)
18181816
// Relative link from the module to a topic section
18191817
do {

0 commit comments

Comments
 (0)