From 365b3ccd6126884561514f87adf386123ab11a8e Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 18 Jul 2020 17:55:45 -0700 Subject: [PATCH] Remove redundant print --- mist/mist.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mist/mist.cpp b/mist/mist.cpp index 3a9dcf9..5d0fced 100644 --- a/mist/mist.cpp +++ b/mist/mist.cpp @@ -1266,8 +1266,6 @@ int main(int argc, char* argv[]) return -1; } - fprintf(CONSOLE_OUT, "Testing GameStream connectivity over the Internet...\n"); - // Detect a double NAT by detecting STUN and and UPnP mismatches if (sin.sin_addr.S_un.S_addr != locallyReportedWanAddr.sin_addr.S_un.S_addr) { fprintf(LOG_OUT, "Testing GameStream ports via UPnP/NAT-PMP reported WAN address\n");