Skip to content

Commit 36cf89e

Browse files
authored
Remove extraneous print in test (#33)
1 parent e506935 commit 36cf89e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/MarkdownTests/Base/MarkupIdentifierTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ final class MarkupIdentifierTests: XCTestCase {
3434

3535
let customBlock = buildCustomBlock(height: height, width: width)
3636

37-
print(customBlock.debugDescription(options: .printEverything))
38-
3937
struct IDCounter: MarkupWalker {
4038
var id = 0
4139

0 commit comments

Comments
 (0)