From 04adbb4cc09ac36e5c947f8c2c8dbca18d87e24c Mon Sep 17 00:00:00 2001 From: Pacific Northwest Computers <142192730+Pnwcomputers@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:18:50 -0800 Subject: [PATCH] Update SystemTester.ps1 --- SystemTester.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/SystemTester.ps1 b/SystemTester.ps1 index 91b58af..0a56805 100644 --- a/SystemTester.ps1 +++ b/SystemTester.ps1 @@ -577,7 +577,6 @@ function Test-NetworkLatency { Write-Host "`n=== Network Latency (Test-NetConnection & PsPing) ===" -ForegroundColor Green $targetHost = "8.8.8.8" - $targetPort = 443 $lines = @("Target: $($targetHost):$targetPort") $status = "SUCCESS"