Skip to content
Snippets Groups Projects
Commit 0350bef5 authored by deuce's avatar deuce
Browse files

Remove debug output.

parent e35f4191
No related branches found
No related tags found
No related merge requests found
......@@ -451,7 +451,6 @@ int conn_socket_connect(struct bbslist *bbs)
while(kbhit())
getch();
for(cur=res; cur && failcode==FAILURE_WHAT_FAILURE; cur=cur->ai_next) {
fprintf(stderr, "Looping...\n");
if(sock==INVALID_SOCKET) {
sock=socket(cur->ai_family, cur->ai_socktype, cur->ai_protocol);
if(sock==INVALID_SOCKET) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment