Skip to content

Commit

Permalink
Minor update to remove a commented out line of code.
Browse files Browse the repository at this point in the history
  • Loading branch information
trparky committed Dec 21, 2023
1 parent b4d87ab commit feea8c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bw_export.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ try {
[System.Security.SecureString]$String
)

#return [System.Runtime.InteropServices.Marshal]::PtrToStringAuto([System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($String)) // Old way

if ($String.Length -eq 0) { return "" }
else {
$output = ConvertFrom-SecureString -SecureString $String -AsPlainText
Expand Down

0 comments on commit feea8c9

Please sign in to comment.