gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13461 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r13461 - gnunet/src/dht
Date: Fri, 29 Oct 2010 15:57:00 +0200

Author: wachs
Date: 2010-10-29 15:57:00 +0200 (Fri, 29 Oct 2010)
New Revision: 13461

Modified:
   gnunet/src/dht/gnunet-service-dht.c
Log:
removal proposed by LRN


Modified: gnunet/src/dht/gnunet-service-dht.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht.c 2010-10-29 13:53:20 UTC (rev 13460)
+++ gnunet/src/dht/gnunet-service-dht.c 2010-10-29 13:57:00 UTC (rev 13461)
@@ -2845,28 +2845,6 @@
       pos = pos->next;
     }
 
-#if DEBUG_TABLE
-  GNUNET_GE_LOG (coreAPI->ectx,
-                 GNUNET_GE_WARNING | GNUNET_GE_ADMIN | GNUNET_GE_USER |
-                 GNUNET_GE_BULK, "closest peer\n");
-  printPeerBits (&closest);
-  GNUNET_GE_LOG (coreAPI->ectx,
-                 GNUNET_GE_WARNING | GNUNET_GE_ADMIN | GNUNET_GE_USER |
-                 GNUNET_GE_BULK, "me\n");
-  printPeerBits (coreAPI->my_identity);
-  GNUNET_GE_LOG (coreAPI->ectx,
-                 GNUNET_GE_WARNING | GNUNET_GE_ADMIN | GNUNET_GE_USER |
-                 GNUNET_GE_BULK, "key\n");
-  printKeyBits (target);
-  GNUNET_GE_LOG (coreAPI->ectx,
-                 GNUNET_GE_WARNING | GNUNET_GE_ADMIN | GNUNET_GE_USER |
-                 GNUNET_GE_BULK,
-                 "closest peer inverse distance is %u, mine is %u\n",
-                 inverse_distance (target, &closest.hashPubKey),
-                 inverse_distance (target,
-                                   &coreAPI->my_identity->hashPubKey));
-#endif
-
   /* No peers closer, we are the closest! */
   return GNUNET_YES;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]