remove debug message
[deb_libnfs.git] / lib / socket.c
index f833df130dacb9ae80597b616decb69816f5020a..6e162a85b6ffc2e73ace6c0ed256230815a3ce9e 100644 (file)
@@ -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;