Remove some accidentally-committed debugging code

This commit is contained in:
Nick Mathewson 2011-12-08 14:11:30 -05:00
parent 5c7675cc5a
commit e0f0dbf99f

View File

@ -546,9 +546,6 @@ evutil_found_ifaddr(const struct sockaddr *sa)
{
const char ZEROES[] = "\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00";
char buf[128];
printf("Sockaddr is %s\n", evutil_format_sockaddr_port(sa, buf, sizeof(buf)));
if (sa->sa_family == AF_INET) {
const struct sockaddr_in *sin = (struct sockaddr_in *)sa;