remove debug printf from socket.c
authorHarald Welte <laforge@gnumonks.org>
Sun, 22 May 2011 18:30:18 +0000 (20:30 +0200)
committerHarald Welte <laforge@gnumonks.org>
Sun, 22 May 2011 18:30:18 +0000 (20:30 +0200)
src/socket.c

index e053c24..2414b1f 100644 (file)
@@ -85,7 +85,6 @@ int osmo_sock_init_sa(struct sockaddr *ss, uint16_t type,
        default:
                return -EINVAL;
        }
-       fprintf(stderr, "==> PORT = %u\n", port);
 
        s = getnameinfo(ss, sa_len, host, NI_MAXHOST,
                        NULL, 0, NI_NUMERICHOST);