From ca88f5254d8c12d5fc11cb3810b546ca3c3a4282 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 14 May 2012 16:28:31 +0000 Subject: -help safey --- src/mesh/gnunet-service-mesh.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 3b704f101..31e0dc901 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -628,14 +628,9 @@ announce_application (void *cls, const GNUNET_HashCode * key, void *value) GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, GNUNET_BLOCK_TYPE_TEST, sizeof (struct GNUNET_PeerIdentity), (const char *) &my_full_id, -#if MESH_DEBUG - GNUNET_TIME_UNIT_FOREVER_ABS, GNUNET_TIME_UNIT_FOREVER_REL, - &mesh_debug, "DHT_put for app completed"); -#else GNUNET_TIME_absolute_add (GNUNET_TIME_absolute_get (), APP_ANNOUNCE_TIME), APP_ANNOUNCE_TIME, NULL, NULL); -#endif return GNUNET_OK; } -- cgit v1.2.3