diff --git a/studio/install_llama_prebuilt.py b/studio/install_llama_prebuilt.py index 4790d261e7..79a0ac1112 100644 --- a/studio/install_llama_prebuilt.py +++ b/studio/install_llama_prebuilt.py @@ -440,7 +440,6 @@ def is_cross_device_error(exc: BaseException) -> bool: return isinstance(exc, OSError) and exc.errno == errno.EXDEV - # Status logs default to stderr so resolver modes keep stdout machine-readable # (setup.sh json.load()s the whole stdout). main() flips this for the install # path, where PowerShell otherwise renders stderr as NativeCommandError noise.