Browse Source

Remove useless high-volume printf (fixes #1544).

pull/145/head
Matt Corallo 12 years ago
parent
commit
3c3cb60a90
  1. 2
      src/net.cpp

2
src/net.cpp

@ -938,8 +938,6 @@ void ThreadSocketHandler2(void* parg)
pnode->CloseSocketDisconnect();
}
}
if (vSend.size() > SendBufferSize())
printf("socket send buffer full warning (%d bytes)\n", vSend.size());
}
}
}

Loading…
Cancel
Save