Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Jan 29, 2025
1 parent 9b871fe commit 63d7e46
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions PowerShell/ScubaGear/Modules/Support/Support.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function Get-OPAFile {

function Get-ExeHash {
<#
.FUNCTIONALITY Internal
.FUNCTIONALITY Internal
#>
param (
[Parameter(Mandatory)]
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 63d7e46

Please sign in to comment.