Removed debug variable

master
Christopher Truncer 2019-02-01 10:53:24 -07:00
parent 7491299f0d
commit c7dd5d6446
No known key found for this signature in database
GPG Key ID: 7B4C0E22511DF659
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@ function Invoke-EgressAssess
$num = [math]::Round($Size * 10000 * 3)
$intCardType = 0
$num
for ($countercc = 0; $countercc -lt $num; $countercc++)
{
# Taken from http://scriptolog.blogspot.com/2008/01/powershell-luhn-validation.html