Skip to content

Commit 3a3d93b

Browse files
authored
tests: Remove debug print statement from SentryUIRedactBuilderTests (#6679)
1 parent 0a1493d commit 3a3d93b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SentryTests/ViewCapture/SentryUIRedactBuilderTests+Common.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,6 @@ class SentryUIRedactBuilderTests_Common: SentryUIRedactBuilderTests { // swiftli
11261126
// | | <_UISlideriOSVisualElement: 0x13ed0fbd0; frame = (0 0; 80 20); opaque = NO; autoresize = W+H; layer = <CALayer: 0x600001da7f80>>
11271127

11281128
// -- Act --
1129-
print(rootView.value(forKey: "recursiveDescription")!)
11301129
let sut = getSut(maskAllText: true, maskAllImages: true)
11311130
let result = sut.redactRegionsFor(view: rootView)
11321131

0 commit comments

Comments
 (0)