--- libaitrpc/src/srv.c 2012/11/19 21:28:55 1.12.2.10 +++ libaitrpc/src/srv.c 2012/11/19 21:35:43 1.12.2.11 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.12.2.10 2012/11/19 21:28:55 misho Exp $ +* $Id: srv.c,v 1.12.2.11 2012/11/19 21:35:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -115,7 +115,6 @@ _allocClient(rpc_srv_t * __restrict srv, io_sockaddr_t if (!c) { c = io_malloc(sizeof(rpc_cli_t)); - printf("+++++++++++++++++++++++++++id=%d %p\n", n, c); if (!c) { LOGERR; srv->srv_kill = 1;