Reduce benign shutdown and platform log noise on macOS

This commit is contained in:
drjones
2026-05-24 12:31:20 -07:00
parent 267755912c
commit 4e6cceef36
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ class WinCompat:
if sys.platform != "win32":
return (
f"{platform.system()} release={self.release} "
f"PowerShell={self.powershell_major}.x "
"Windows-only privacy controls disabled"
)
return (