From: Ronnie Sahlberg Date: Mon, 12 Sep 2011 12:20:56 +0000 (+1000) Subject: remove debug message X-Git-Tag: upstream/1.9.6^2~304 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4e9dcb7665862ac809e50387cffb22987016622a;p=deb_libnfs.git remove debug message --- diff --git a/lib/socket.c b/lib/socket.c index f833df1..6e162a8 100644 --- a/lib/socket.c +++ b/lib/socket.c @@ -397,7 +397,6 @@ int rpc_connect_async(struct rpc_context *rpc, const char *server, int port, rpc for (port = 200; port < 500; port++) { struct sockaddr_in sin; - printf("try port %d\n", port); memset(&sin, 0, sizeof(sin)); sin.sin_port = htons(port); sin.sin_family = AF_INET;