Remove comment

This commit is contained in:
Reinier Criel 2026-01-12 15:13:34 -08:00
parent 9a902af917
commit 340e9a90a5

View file

@ -155,7 +155,6 @@ function Invoke-WrappedCommand {
$reconstructedArgs = Get-ReconstructedArguments $RawLine $RawOffset $reconstructedArgs = Get-ReconstructedArguments $RawLine $RawOffset
if ($null -ne $reconstructedArgs) { if ($null -ne $reconstructedArgs) {
$Arguments = $reconstructedArgs $Arguments = $reconstructedArgs
Write-Host "Safe-chain Powershell Wrapper: Reconstructed args: $($Arguments -join ' ')"
} }
} }