-fix compile error
authorChristian Grothoff <christian@grothoff.org>
Sun, 6 May 2012 12:03:41 +0000 (12:03 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 6 May 2012 12:03:41 +0000 (12:03 +0000)
src/peerinfo/perf_peerinfo_api.c

index 8ad79b5b5e4513d4773fddb751e4b004e6afa0cb..9ccb481bf46f4f97416e26e0f8680b1cab3a92ff 100755 (executable)
@@ -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;
 }