- remove log msg
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 14 Feb 2012 11:16:16 +0000 (11:16 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 14 Feb 2012 11:16:16 +0000 (11:16 +0000)
src/transport/plugin_transport_udp.c

index a83dc5c1bf957f1c25df33be5a540250df819f0a..d3352b346e88c6870ead13833147446e021b8bc2 100644 (file)
@@ -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 *