no useless printfs
authorChristian Grothoff <christian@grothoff.org>
Fri, 16 Sep 2011 18:08:53 +0000 (18:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 16 Sep 2011 18:08:53 +0000 (18:08 +0000)
src/dht/test_dht_twopeer.c

index df95555cf7a767ce25f3c7d560f3626151336b54..f318f9722e7e2a4bbd89a5773f2fac7c22931fe3 100644 (file)
@@ -105,7 +105,6 @@ finish_testing (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   GNUNET_assert (peer2dht != NULL);
   GNUNET_DHT_disconnect (peer1dht);
   GNUNET_DHT_disconnect (peer2dht);
-  fprintf (stderr, "Testing STOP! - finished\n");
   GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);
   pg = NULL;
   ok = 0;
@@ -120,7 +119,6 @@ end_badly_cont (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   if (peer2dht != NULL)
     GNUNET_DHT_disconnect (peer2dht);
 
-  fprintf (stderr, "Testing STOP - Badly!\n");
   if (pg != NULL)
   {
     GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);