From 63d7e46c068827a22233f5aad61cd4d51a9ba693 Mon Sep 17 00:00:00 2001 From: James Garriss <52328727+james-garriss@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:25:24 -0500 Subject: [PATCH] Remove debugging --- PowerShell/ScubaGear/Modules/Support/Support.psm1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/PowerShell/ScubaGear/Modules/Support/Support.psm1 b/PowerShell/ScubaGear/Modules/Support/Support.psm1 index 3c75bf1405..d3d02b493f 100644 --- a/PowerShell/ScubaGear/Modules/Support/Support.psm1 +++ b/PowerShell/ScubaGear/Modules/Support/Support.psm1 @@ -359,7 +359,7 @@ function Get-OPAFile { function Get-ExeHash { <# - .FUNCTIONALITY Internal + .FUNCTIONALITY Internal #> param ( [Parameter(Mandatory)] @@ -436,10 +436,8 @@ function InstallOPA { ) Get-OPAFile -out $OPAExe -version $ExpectedVersion -name $Filename - Confirm-OPAHash -out $OPAExe -version $ExpectedVersion -name $Filename - # $Result = Confirm-OPAHash -out $OPAExe -version $ExpectedVersion -name $Filename - # $Result[1] | Out-Host - + $Result = Confirm-OPAHash -out $OPAExe -version $ExpectedVersion -name $Filename + $Result[1] | Out-Host } function Debug-SCuBA {