Skip to content

Commit

Permalink
Remove redundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Jul 19, 2020
1 parent 74140a8 commit 365b3cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mist/mist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 365b3cc

Please sign in to comment.