Remove an unnecessary print

This commit is contained in:
2023-04-03 15:13:23 -04:00
parent 074f20f93b
commit 38959acc71

View File

@@ -128,7 +128,6 @@ SOCKET listen_on_port(int port, std::string &err) {
goto error;
}
set_nonblocking(sock);
std::cerr << "listening socket is " << sock << std::endl;
return sock;
error: