From 22e1fd7474f715308e0252172ca343a3dffdfd0d Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 24 Oct 2013 14:21:28 +0000 Subject: [PATCH] - remove debug --- src/mesh/gnunet-service-mesh_connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index e856d7d71..82a652265 100644 --- a/src/mesh/gnunet-service-mesh_connection.c +++ b/src/mesh/gnunet-service-mesh_connection.c @@ -517,7 +517,6 @@ get_prev_hop (const struct MeshConnection *c) GNUNET_PEER_Id id; LOG (GNUNET_ERROR_TYPE_DEBUG, "Get prev hop, own pos %u\n", c->own_pos); - path_debug (c->path); if (0 == c->own_pos || c->path->length < 2) id = c->path->peers[0]; else -- 2.25.1