From d59a2cd67b2d5f569bb2f2b18ee5910b9cb770e3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 May 2012 12:03:41 +0000 Subject: [PATCH] -fix compile error --- src/peerinfo/perf_peerinfo_api.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c index 8ad79b5b5..9ccb481bf 100755 --- a/src/peerinfo/perf_peerinfo_api.c +++ b/src/peerinfo/perf_peerinfo_api.c @@ -53,11 +53,6 @@ static int check_it (void *cls, const struct GNUNET_HELLO_Address *address, struct GNUNET_TIME_Absolute expiration) { - if (addrlen > 0) - { - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "name: %s, addr: %s\n", tname, (const char *) addr); - } return GNUNET_OK; } -- 2.25.1