Merge branch 'main' of https://github.com/jyelon/luprex into main

This commit is contained in:
2023-04-11 16:52:12 -04:00

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: