refactor DHT for new service API
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_local.c
index 303eaee867cfbc5f04c06420d9fb5a7bef5a7251..9be1224c1393863ebfb60ba085e07d5815ac4022 100644 (file)
@@ -720,8 +720,6 @@ show_peer_iterator (void *cls,
   struct CadetPeer *p = value;
   struct CadetTunnel *t;
 
-  GCP_debug (p, GNUNET_ERROR_TYPE_ERROR);
-
   t = GCP_get_tunnel (p);
   if (NULL != t)
     GCT_debug (t, GNUNET_ERROR_TYPE_ERROR);