diff --git a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py index 3633701833220..3b414ddb78b91 100644 --- a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py +++ b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py @@ -21,7 +21,6 @@ def rosetta_debugserver_installed(): import platform version = platform.mac_ver() # Workaround for an undiagnosed problem on green dragon. - print(version) if version[0] and version[0][0] == '15' and version[0][1] == '5': return False return exists("/Library/Apple/usr/libexec/oah/debugserver")