Skip to content

Commit 72024f4

Browse files
adrian-prantlaokblast
authored andcommitted
Revert "[LLDB] Add debug output to test to diagnose bot failure"
This reverts commit d818434.
1 parent 5db9201 commit 72024f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def rosetta_debugserver_installed():
2121
import platform
2222
version = platform.mac_ver()
2323
# Workaround for an undiagnosed problem on green dragon.
24-
print(version)
2524
if version[0] and version[0][0] == '15' and version[0][1] == '5':
2625
return False
2726
return exists("/Library/Apple/usr/libexec/oah/debugserver")

0 commit comments

Comments
 (0)