diff options
Diffstat (limited to 'src/common/socket.c')
-rw-r--r-- | src/common/socket.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/socket.c b/src/common/socket.c index d8f3365d3..ef8e99762 100644 --- a/src/common/socket.c +++ b/src/common/socket.c @@ -198,8 +198,6 @@ int send_from_fifo(int fd) if( session[fd]->wdata_size == 0 ) return 0; // nothing to send - ShowInfo("Session #%d sending %d bytes.\n", fd, session[fd]->wdata_size); - len = send(fd, (const char *) session[fd]->wdata, (int)session[fd]->wdata_size, 0); if( len == SOCKET_ERROR ) |