Removed debug variable
parent
7491299f0d
commit
c7dd5d6446
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue