From 63b1a7a11c47a878a7806be041cde9f046331896 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 14 Feb 2012 11:16:16 +0000 Subject: - remove log msg --- src/transport/plugin_transport_udp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/transport') diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index a83dc5c1b..d3352b346 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -594,9 +594,6 @@ udp_disconnect (void *cls, const struct GNUNET_PeerIdentity *target) #endif /* Clean up sessions */ GNUNET_CONTAINER_multihashmap_get_multiple (plugin->sessions, &target->hashPubKey, &disconnect_and_free_it, plugin); - - LOG (GNUNET_ERROR_TYPE_DEBUG, - "FREEED SESSIONS from peer `%s'\n", GNUNET_i2s (target)); } static struct Session * -- cgit v1.2.3