diff --git a/main.ps1 b/main.ps1 index ecc3074..f1d5367 100644 --- a/main.ps1 +++ b/main.ps1 @@ -227,7 +227,6 @@ $SubmitBtn.Add_Click({ if (-not $city) { $missing += "City" } if (-not $province) { $missing += "Province" } if (-not $postalCode) { $missing += "Postal Code" } - if (-not $country) { $missing += "Country" } if ($missing.Count -gt 0) { $msg = "Please fill in the following required fields:`n" + ($missing -join "`n")