Skip to content

Commit

Permalink
remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 17, 2023
1 parent 377892b commit 33ab455
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Common/Net/HTTPClient.cpp
Expand Up @@ -150,11 +150,6 @@ bool Connection::Connect(int maxTries, double timeout, bool *cancelConnect) {
}
}

if (sockets.empty()) {
ERROR_LOG(HTTP, "No resolved address would connect!");
// TODO: What do we do here?
}

int selectResult = 0;
long timeoutHalfSeconds = floor(2 * timeout);
while (timeoutHalfSeconds >= 0 && selectResult == 0) {
Expand Down

0 comments on commit 33ab455

Please sign in to comment.