Chromium Code Reviews| Index: runtime/bin/socket_win.cc |
| diff --git a/runtime/bin/socket_win.cc b/runtime/bin/socket_win.cc |
| index 2675dce4ab8a51534f1c30d9ad77c38cac620fb9..77c51ef92bc6648ce4f53e2e5c077b8465ae28c3 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()); |
|
Anders Johnsen
2014/02/19 16:14:34
Ty :)
|
| return NULL; |
| } |
| *port = SocketAddress::GetAddrPort(&raw); |