Skip to content

Commit 4539b6e

Browse files
committed
fixup
1 parent fd7a209 commit 4539b6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_profiling/test_sampling_profiler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,8 +3172,6 @@ def test_native_frames_enabled(self):
31723172
# Check file format
31733173
with open(collapsed_file.name, "r") as f:
31743174
content = f.read()
3175-
print()
3176-
print(content) # For debugging purposes
31773175

31783176
lines = content.strip().split("\n")
31793177
self.assertGreater(len(lines), 0)

0 commit comments

Comments
 (0)