summaryrefslogtreecommitdiff
path: root/src/common/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/socket.c')
-rw-r--r--src/common/socket.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/common/socket.c b/src/common/socket.c
index 611d73902..497564298 100644
--- a/src/common/socket.c
+++ b/src/common/socket.c
@@ -105,16 +105,6 @@ static int recv_to_fifo(int fd)
session[fd]->rdata_size+=len;
} else if(len<=0){
// value of connection is not necessary the same
-// if (fd == 4) // Removed [Yor]
-// printf("Char-Server Has Disconnected.\n");
-// else if (fd == 5) // Removed [Yor]
-// printf("Attempt To Log In Successful.\n");
-// else if (fd == 7) // Removed [Yor]
-// printf("Char-Server Has Disconnected.\n");
-// else if (fd == 8) // Removed [Valaris]
-// printf("%s has logged off your server.\n",RFIFOP(fd,6)); // Removed [Valaris]
-
-// else if (fd != 8) // [Valaris]
// printf("set eof : connection #%d\n", fd);
session[fd]->eof=1;
}