| Index: runtime/bin/socket_win.cc
|
| diff --git a/runtime/bin/socket_win.cc b/runtime/bin/socket_win.cc
|
| index 36648306a17f57b381697fd23fd1f69fdb5568f4..b516505e62c3dca1b937314b7c8f6855ef532692 100644
|
| --- a/runtime/bin/socket_win.cc
|
| +++ b/runtime/bin/socket_win.cc
|
| @@ -116,7 +116,6 @@ SocketAddress* Socket::GetRemotePeer(intptr_t fd, intptr_t* port) {
|
| if (getpeername(socket_handle->socket(),
|
| &raw.addr,
|
| &size)) {
|
| - Log::PrintErr("Error getpeername: %d\n", WSAGetLastError());
|
| return NULL;
|
| }
|
| *port = SocketAddress::GetAddrPort(&raw);
|
|
|