From 340e9a90a5f47c6725852c4b61e057ccb017cf97 Mon Sep 17 00:00:00 2001 From: Reinier Criel Date: Mon, 12 Jan 2026 15:13:34 -0800 Subject: [PATCH] Remove comment --- .../src/shell-integration/startup-scripts/init-pwsh.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/safe-chain/src/shell-integration/startup-scripts/init-pwsh.ps1 b/packages/safe-chain/src/shell-integration/startup-scripts/init-pwsh.ps1 index e1ed660..f82d0fc 100644 --- a/packages/safe-chain/src/shell-integration/startup-scripts/init-pwsh.ps1 +++ b/packages/safe-chain/src/shell-integration/startup-scripts/init-pwsh.ps1 @@ -155,7 +155,6 @@ function Invoke-WrappedCommand { $reconstructedArgs = Get-ReconstructedArguments $RawLine $RawOffset if ($null -ne $reconstructedArgs) { $Arguments = $reconstructedArgs - Write-Host "Safe-chain Powershell Wrapper: Reconstructed args: $($Arguments -join ' ')" } }