diff --git a/Source/win32/GSFileHandle.m b/Source/win32/GSFileHandle.m index f9e3145b9..fc976704c 100644 --- a/Source/win32/GSFileHandle.m +++ b/Source/win32/GSFileHandle.m @@ -1120,17 +1120,13 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr"; { if (GetFileType(h) == FILE_TYPE_PIPE) { - /* If we can't get named pipe ino, we assume this is a socket. + /* If we can't get named pipe info, we assume this is a socket. */ if (GetNamedPipeInfo(h, 0, 0, 0, 0) == 0) { isSocket = YES; } } - else - { - NSLog(@"Not a pipe"); - } } isNonBlocking = 0;