remove debug printf from socket.c

This commit is contained in:
Harald Welte 2011-05-22 20:30:18 +02:00
parent 13692a6bd3
commit 8265939c5e
1 changed files with 0 additions and 1 deletions

View 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);