From c7dd5d6446fcd765901385e0613478de0b6085b3 Mon Sep 17 00:00:00 2001 From: Christopher Truncer Date: Fri, 1 Feb 2019 10:53:24 -0700 Subject: [PATCH] Removed debug variable --- EgressAssess.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/EgressAssess.ps1 b/EgressAssess.ps1 index c5df85a..b8b105a 100755 --- a/EgressAssess.ps1 +++ b/EgressAssess.ps1 @@ -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