Remove comment

This commit is contained in:
Reinier Criel 2026-01-12 15:13:34 -08:00 committed by Sander Declerck
parent 5c431291c7
commit 4ef4218eb5
No known key found for this signature in database

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 ' ')"
} }
} }