node
authorChristian Grothoff <christian@grothoff.org>
Thu, 14 Jul 2011 15:52:52 +0000 (15:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 14 Jul 2011 15:52:52 +0000 (15:52 +0000)
src/fragmentation/defragmentation.c

index 6ad8d0faf53ddb4e73da05ddce0e7f180fd152bb..1d62484b58f0134ada00b92d18049ae45666b42d 100644 (file)
@@ -395,7 +395,6 @@ discard_oldest_mc (struct GNUNET_DEFRAGMENT_Context *dc)
   if (GNUNET_SCHEDULER_NO_TASK != old->ack_task)
     GNUNET_SCHEDULER_cancel (old->ack_task);
   GNUNET_free (old);
-  fprintf (stderr, "D");
 }