Skip to content

Commit 678a14d

Browse files
committed
remove debug print
1 parent c14ab25 commit 678a14d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TestFoundation/TestNSArray.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,6 @@ class TestNSArray : XCTestCase {
802802
let inputArray = ["this", "is", "a", "test", "of", "custom", "mirror"]
803803
let array = NSArray(array: inputArray)
804804
let arrayMirror = array.customMirror
805-
dump(arrayMirror.children)
806805

807806
XCTAssertEqual(array[0] as! String, arrayMirror.descendant(0) as! String)
808807
XCTAssertEqual(array[1] as! String, arrayMirror.descendant(1) as! String)

0 commit comments

Comments
 (0)